Skip to content

Commit e390fb0

Browse files
committed
Update testing.rake with more accurate description of test task.
According to #5ecd12 change. [ci skip]
1 parent 7edaecc commit e390fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/lib/rails/test_unit/testing.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require 'rails/test_unit/sub_test_task'
44

55
task default: :test
66

7-
desc 'Runs test:units, test:functionals, test:integration together'
7+
desc 'Runs test:units, test:functionals, test:generators, test:integration together'
88
task :test do
99
Rails::TestTask.test_creator(Rake.application.top_level_tasks).invoke_rake_task
1010
end

0 commit comments

Comments
 (0)