mirror of
https://github.com/colby-swandale/waterfoul
synced 2024-11-15 19:47:58 +01:00
7 lines
117 B
Text
7 lines
117 B
Text
|
require "bundler/gem_tasks"
|
||
|
require "rspec/core/rake_task"
|
||
|
|
||
|
RSpec::Core::RakeTask.new(:spec)
|
||
|
|
||
|
task :default => :spec
|