mirror of
https://github.com/colby-swandale/waterfoul
synced 2025-01-14 08:01:51 +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
|