You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe this is a silly question, but until lately, I haven't thought much of it. When I try to mock the #message method for an instance_double, it comes back with HTTParty::Response class does not implement the instance method: message. If I introspect the method, there doesn't seem to be a source location, and I can't find a documented definition. Is this just a native, non ruby method from somewhere?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Maybe this is a silly question, but until lately, I haven't thought much of it. When I try to mock the
#message
method for aninstance_double
, it comes back withHTTParty::Response class does not implement the instance method: message
. If I introspect the method, there doesn't seem to be a source location, and I can't find a documented definition. Is this just a native, non ruby method from somewhere?Beta Was this translation helpful? Give feedback.
All reactions