Update activesupport/lib/active_support/test_case.rb

Co-authored-by: John Hawthorn <john@hawthorn.email>
This commit is contained in:
Aaron Patterson 2022-08-24 10:54:04 -07:00 committed by GitHub
parent f985028bcc
commit 63c9c79d67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -151,7 +151,7 @@ def parallelize_teardown(&block)
ActiveSupport.run_load_hooks(:active_support_test_case, self)
def inspect # :nodoc:
"#<#{self.class.name}:#{'%#016x' % object_id}>"
Object.instance_method(:to_s).bind_call(self)
end
end
end