Skip to content

Commit

Permalink
Merge pull request #31116 from y-yagi/remove_unused_require
Browse files Browse the repository at this point in the history
Remove unused require
  • Loading branch information
kamipo committed Nov 10, 2017
2 parents 8c7967c + aec2b8b commit 78ae4db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion activesupport/lib/active_support/test_case.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
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
Expand Down

0 comments on commit 78ae4db

Please sign in to comment.