aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2017-01-16 12:33:37 +0900
committerAkira Matsuda <ronnie@dio.jp>2017-01-16 12:33:37 +0900
commit88daf5dee4aa09bbefe736ca6d379c89b0927272 (patch)
tree139fa81e57110139ef4e17e0cda82e696b2d5207 /activesupport
parenta1575e5a1495e80cc270fe3459ca6da346a1e31e (diff)
downloadrails-88daf5dee4aa09bbefe736ca6d379c89b0927272.tar.gz
rails-88daf5dee4aa09bbefe736ca6d379c89b0927272.tar.bz2
rails-88daf5dee4aa09bbefe736ca6d379c89b0927272.zip
Should do nothing here
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/test/string_inquirer_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/string_inquirer_test.rb b/activesupport/test/string_inquirer_test.rb
index 69d01fe26d..79a715349c 100644
--- a/activesupport/test/string_inquirer_test.rb
+++ b/activesupport/test/string_inquirer_test.rb
@@ -37,7 +37,7 @@ class StringInquirerTest < ActiveSupport::TestCase
String.class_eval do
undef_method :respond_to_missing?
def respond_to_missing?(name, include_private = false)
- (name == :bar) || super
+ super
end
end
end