oga/task/test.rake

5 lines
83 B
Ruby

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