diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-09-04 07:15:58 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-09-04 07:30:44 +0900 |
commit | c31c705a6a3267578dc0e63aa5aa51b178151861 (patch) | |
tree | 5b6797ede79c829b382d9b0a2e0367810e2290c0 /railties/test/console_helpers.rb | |
parent | 07bac9ef93d98a1e31cd5b2ce2aabc1e57816604 (diff) | |
download | rails-c31c705a6a3267578dc0e63aa5aa51b178151861.tar.gz rails-c31c705a6a3267578dc0e63aa5aa51b178151861.tar.bz2 rails-c31c705a6a3267578dc0e63aa5aa51b178151861.zip |
Explicitly require `test_unit/reporter` in test helper
If the user used the `bin/test` to execute the test, this file is
automatically loaded, so require is unnecessary.
https://github.com/rails/rails/blob/acea68de026ba657cb65c4dd0fc1f24ba67e1cf8/railties/lib/rails/plugin/test.rb#L4
However, when using `rake test`, an explicit require is required because
the above file is not loaded.
Fixes #30516
Diffstat (limited to 'railties/test/console_helpers.rb')
0 files changed, 0 insertions, 0 deletions