aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/module_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/test/core_ext/module_test.rb')
-rw-r--r--activesupport/test/core_ext/module_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/test/core_ext/module_test.rb b/activesupport/test/core_ext/module_test.rb
index 14e166351a..cba60ef013 100644
--- a/activesupport/test/core_ext/module_test.rb
+++ b/activesupport/test/core_ext/module_test.rb
@@ -425,7 +425,6 @@ class ModuleTest < ActiveSupport::TestCase
assert_not place.respond_to?(:street)
assert_not place.respond_to?(:city)
-
assert_not place.respond_to?(:the_street)
assert place.respond_to?(:the_street, true)
assert_not place.respond_to?(:the_city)