summaryrefslogtreecommitdiff
path: root/spec/hashie/utils_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/hashie/utils_spec.rb')
-rw-r--r--spec/hashie/utils_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/hashie/utils_spec.rb b/spec/hashie/utils_spec.rb
index 0499aa7..c6be23b 100644
--- a/spec/hashie/utils_spec.rb
+++ b/spec/hashie/utils_spec.rb
@@ -7,7 +7,7 @@ end
RSpec.describe Hashie::Utils do
describe '.method_information' do
it 'states the module or class that a native method was defined in' do
- bound_method = method(:trust)
+ bound_method = method(:object_id)
message = Hashie::Utils.method_information(bound_method)