We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e6ccc commit cbca593Copy full SHA for cbca593
spec/ruby/core/data/deconstruct_keys_spec.rb
@@ -85,7 +85,7 @@
85
86
-> {
87
d.deconstruct_keys([key])
88
- }.should raise_consistent_error(TypeError, /can't convert MockObject into Integer/)
+ }.should raise_consistent_error(TypeError, /can't convert MockObject into String/)
89
end
90
91
it "raises TypeError if index is not a Symbol and not convertible to String " do
0 commit comments