Skip to content

Commit

Permalink
Update activesupport/lib/active_support/test_case.rb
Browse files Browse the repository at this point in the history
Co-authored-by: John Hawthorn <john@hawthorn.email>
  • Loading branch information
tenderlove and jhawthorn committed Aug 24, 2022
1 parent f985028 commit 63c9c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/test_case.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 63c9c79

Please sign in to comment.