oga/task/test.rake

5 lines
73 B
Ruby
Raw Normal View History

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