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 17be9cb commit 4d7eff5Copy full SHA for 4d7eff5
test/hyperclient/resource_test.rb
@@ -13,7 +13,7 @@ module Hyperclient
13
end
14
15
it 'initializes its attributes' do
16
- Attributes.expects(:new).with(foo: :bar)
+ Attributes.expects(:new).with({ foo: :bar })
17
18
Resource.new({ foo: :bar }, entry_point)
19
0 commit comments