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:
parent
7edaecc475
commit
e390fb05f0
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ require 'rails/test_unit/sub_test_task'
|
|||
|
||||
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
|
||||
Rails::TestTask.test_creator(Rake.application.top_level_tasks).invoke_rake_task
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue