correct spelling mistake (#115)

This commit is contained in:
Edward Betts 2017-09-02 01:14:34 +01:00 committed by Daniel Azuma
parent d022d0a69d
commit 62c3761727
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ describe Google::Auth::UserRefreshCredentials do
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)