oga/task/test.rake

5 lines
75 B
Ruby

desc 'Runs the tests'
task :test => [:regenerate] do
sh 'rspec spec'
end