oga/task/test.rake

5 lines
73 B
Ruby

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