diaspora/lib/tasks/ci.rake
2010-10-08 14:14:39 -06:00

5 lines
No EOL
145 B
Ruby

desc "Run all specs and features"
task :ci => [:environment] do
system "bundle exec rake"
raise "tests failed!" unless $?.exitstatus == 0
end