Skip to content
Snippets Groups Projects
Commit e7209aed authored by donnadionne's avatar donnadionne
Browse files

Merge pull request #794 from tbetbetbe/grpc_ruby_clear_default_creds_canary

Removes a redundant canary test
parents b63518a3 1d5f2d26
No related branches found
No related tags found
No related merge requests found
...@@ -68,10 +68,4 @@ describe Credentials do ...@@ -68,10 +68,4 @@ describe Credentials do
expect { cred1.compose(cred2) }.to_not raise_error expect { cred1.compose(cred2) }.to_not raise_error
end end
end end
describe 'Credentials#default' do
it 'is not implemented yet' do
expect { Credentials.default }.to raise_error RuntimeError
end
end
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment