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 4d7eff5 commit ab95577Copy full SHA for ab95577
test/hyperclient/link_test.rb
@@ -276,7 +276,7 @@ module Hyperclient
276
link = Link.new('key', { 'href' => '/productions/1' }, 'foo')
277
278
_(link.inspect).must_include 'Link'
279
- _(link.inspect).must_include '"href"=>"/productions/1"'
+ _(link.inspect).must_include({ 'href' => '/productions/1' }.inspect)
280
end
281
282
0 commit comments