Skip to content

Commit cf0ce93

Browse files
committed
Fix spec
1 parent 9082d11 commit cf0ce93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/alfred_qiita_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
.with(:body => { :url_name => @mock_user, :password => @mock_pass })
1414
.to_return(:body => { :url_name => @mock_user, :token => @expect_token }.to_json ,:status => 200)
1515

16-
@response = Qiita::API.auth name: @mock_user, password: @mock_pass
16+
@response = Qiita::API.auth @mock_user, @mock_pass
1717
end
1818

1919
it 'Response should be Hash' do

0 commit comments

Comments
 (0)