Skip to content

Commit d666cc8

Browse files
author
Josep M. Bach
committed
Rebase with current master
1 parent 271baca commit d666cc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/hyperclient/link_test.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ module Hyperclient
160160

161161
it 'defaults params to an empty hash' do
162162
entry_point.connection.expects(:post).with('/productions/1', {})
163-
link.post
163+
link.post.inspect
164164
end
165165
end
166166

@@ -174,7 +174,7 @@ module Hyperclient
174174

175175
it 'defaults params to an empty hash' do
176176
entry_point.connection.expects(:put).with('/productions/1', {})
177-
link.put
177+
link.put.inspect
178178
end
179179
end
180180

@@ -188,7 +188,7 @@ module Hyperclient
188188

189189
it 'defaults params to an empty hash' do
190190
entry_point.connection.expects(:patch).with('/productions/1', {})
191-
link.patch
191+
link.patch.inspect
192192
end
193193
end
194194

0 commit comments

Comments
 (0)