aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/object/instance_variables_test.rb
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2019-08-02 04:06:08 +0900
committerAkira Matsuda <ronnie@dio.jp>2019-08-02 05:36:38 +0900
commitf22a11edc71de44b3ef283066c6307503b83165b (patch)
tree9b3c9ac38dc82b1af580b9bc6eafba1a7410d846 /activesupport/test/core_ext/object/instance_variables_test.rb
parent8d2866bb80fbe81acb04f5b0c44f152f571fb29f (diff)
downloadrails-f22a11edc71de44b3ef283066c6307503b83165b.tar.gz
rails-f22a11edc71de44b3ef283066c6307503b83165b.tar.bz2
rails-f22a11edc71de44b3ef283066c6307503b83165b.zip
require only what each test concerns
Diffstat (limited to 'activesupport/test/core_ext/object/instance_variables_test.rb')
-rw-r--r--activesupport/test/core_ext/object/instance_variables_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/core_ext/object/instance_variables_test.rb b/activesupport/test/core_ext/object/instance_variables_test.rb
index 9052d209a3..dd710e9349 100644
--- a/activesupport/test/core_ext/object/instance_variables_test.rb
+++ b/activesupport/test/core_ext/object/instance_variables_test.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
require "abstract_unit"
-require "active_support/core_ext/object"
+require "active_support/core_ext/object/instance_variables"
class ObjectInstanceVariableTest < ActiveSupport::TestCase
def setup