We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f204d commit 850639fCopy full SHA for 850639f
spec/ezclient_spec.rb
@@ -396,8 +396,7 @@ def self.sign!(*); end
396
397
context "object inspectation" do
398
specify "#inspect" do
399
- expect(response.inspect.gsub(/0x\w+/, "0x0000"))
400
- .to eq(<<~TXT.tr("\n", " ").gsub(/\s+/, " ").strip)
+ expect(response.inspect.gsub(/0x\w+/, "0x0000")).to eq(<<~TXT.gsub(/\s+/, " ").strip)
401
#<EzClient::Response:0x0000
402
@http_response=#<HTTP::Response/1.1 201 Created {}>,
403
@http_request=#<HTTP::Request/1.1 POST http://example.com/>,
0 commit comments