5 lines
75 B
Ruby
5 lines
75 B
Ruby
|
desc 'Runs the tests'
|
||
|
task :test => [:regenerate] do
|
||
|
sh 'rspec spec'
|
||
|
end
|