Skip to content

Commit

Permalink
Use test instead of test:all rake task
Browse files Browse the repository at this point in the history
Changed in Rails 4.2
  • Loading branch information
dnrce committed Aug 10, 2015
1 parent 5bfdde2 commit 7c76655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/continuous_integration.rake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ task :ci do |t|
require 'simplecov'
SimpleCov.start 'rails'

[:environment, 'db:create', 'test:all', 'cucumber'].each do |t|
[:environment, 'db:create', :test, 'cucumber'].each do |t|
Rake::Task[t].invoke
end
end

0 comments on commit 7c76655

Please sign in to comment.