diff --git a/spec/googleauth/user_refresh_spec.rb b/spec/googleauth/user_refresh_spec.rb index a3a503eb..3162b182 100644 --- a/spec/googleauth/user_refresh_spec.rb +++ b/spec/googleauth/user_refresh_spec.rb @@ -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)