1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Update testing.rake with more accurate description of test task.

According to #5ecd12 change.

[ci skip]
This commit is contained in:
Josef Šimánek 2013-10-29 14:54:33 +01:00
parent 7edaecc475
commit e390fb05f0

View file

@ -4,7 +4,7 @@ require 'rails/test_unit/sub_test_task'
task default: :test task default: :test
desc 'Runs test:units, test:functionals, test:integration together' desc 'Runs test:units, test:functionals, test:generators, test:integration together'
task :test do task :test do
Rails::TestTask.test_creator(Rake.application.top_level_tasks).invoke_rake_task Rails::TestTask.test_creator(Rake.application.top_level_tasks).invoke_rake_task
end end