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 9082d11 commit cf0ce93Copy full SHA for cf0ce93
spec/alfred_qiita_spec.rb
@@ -13,7 +13,7 @@
13
.with(:body => { :url_name => @mock_user, :password => @mock_pass })
14
.to_return(:body => { :url_name => @mock_user, :token => @expect_token }.to_json ,:status => 200)
15
16
- @response = Qiita::API.auth name: @mock_user, password: @mock_pass
+ @response = Qiita::API.auth @mock_user, @mock_pass
17
end
18
19
it 'Response should be Hash' do
0 commit comments