Skip to content

Commit

Permalink
correct spelling mistake (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardBetts authored and dazuma committed Sep 2, 2017
1 parent d022d0a commit 62c3761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/googleauth/user_refresh_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def cred_json_text(missing = nil)
end
end

describe 'when erros occured with request' do
describe 'when erros occurred with request' do
it 'should fail with Signet::AuthorizationError if request times out' do
allow_any_instance_of(Faraday::Connection).to receive(:get)
.and_raise(Faraday::TimeoutError)
Expand Down

0 comments on commit 62c3761

Please sign in to comment.