Merge pull request #794 from tbetbetbe/grpc_ruby_clear_default_creds_canary

Removes a redundant canary test
pull/795/head
donnadionne 10 years ago
commit e7209aed93
  1. 6
      src/ruby/spec/credentials_spec.rb

@ -68,10 +68,4 @@ describe Credentials do
expect { cred1.compose(cred2) }.to_not raise_error
end
end
describe 'Credentials#default' do
it 'is not implemented yet' do
expect { Credentials.default }.to raise_error RuntimeError
end
end
end

Loading…
Cancel
Save