diff options
| author | Ryuta Kamizono <kamipo@gmail.com> | 2017-11-10 16:59:45 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-10 16:59:45 +0900 |
| commit | 78ae4db138a7554683a59bfca113393459dcbf00 (patch) | |
| tree | 268415670e01995e3a083d4f0a51a23d922db402 | |
| parent | 8c7967c9b916fe625e7ce10591b101abde3be4f5 (diff) | |
| parent | aec2b8b363dc907aa1a48cef3d7608ffae1ba2ab (diff) | |
| download | rails-78ae4db138a7554683a59bfca113393459dcbf00.tar.gz rails-78ae4db138a7554683a59bfca113393459dcbf00.tar.bz2 rails-78ae4db138a7554683a59bfca113393459dcbf00.zip | |
Merge pull request #31116 from y-yagi/remove_unused_require
Remove unused require
| -rw-r--r-- | activesupport/lib/active_support/test_case.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/test_case.rb b/activesupport/lib/active_support/test_case.rb index ee5286bd55..d1f7e6ea09 100644 --- a/activesupport/lib/active_support/test_case.rb +++ b/activesupport/lib/active_support/test_case.rb @@ -11,7 +11,6 @@ require "active_support/testing/isolation" require "active_support/testing/constant_lookup" require "active_support/testing/time_helpers" require "active_support/testing/file_fixtures" -require "active_support/core_ext/kernel/reporting" module ActiveSupport class TestCase < ::Minitest::Test |
