oga/task/test.rake

5 lines
75 B
Ruby
Raw Normal View History

2014-02-26 18:50:16 +00:00
desc 'Runs the tests'
task :test => [:regenerate] do
sh 'rspec spec'
end