fix regressions

This commit is contained in:
Reinier Balt 2014-01-11 14:33:14 +01:00
parent 3b673f0838
commit 6238029b55
6 changed files with 6 additions and 7 deletions

View file

@ -10,7 +10,6 @@ task :ci do |t|
SimpleCov.start 'rails'
[:environment, 'db:migrate', 'test:all', 'cucumber'].each do |t|
print "running '#{t}'\n"
Rake::Task[t].invoke
end
end