lib/webmock/request_signature.rb in webmock-1.7.10 vs lib/webmock/request_signature.rb in webmock-1.8.0
- old
+ new
@@ -30,9 +30,10 @@
end
def eql?(other)
self.to_s == other.to_s
end
+ alias == eql?
def url_encoded?
headers && headers['Content-Type'] == 'application/x-www-form-urlencoded'
end