Corrects grammar

This commit is contained in:
Tim Emiola 2015-04-23 11:21:19 -07:00
parent 194128d220
commit fe1c46cc14
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ describe Google::Auth::GCECredentials do
stubs.verify_stubbed_calls
end
it 'should fail if metadata the request returns an unexpected codes' do
it 'should fail if the metadata request returns an unexpected code' do
stubs = Faraday::Adapter::Test::Stubs.new do |stub|
stub.get(MD_URI) do |_env|
[503,