Skip to content
Snippets Groups Projects
Commit 1d5f2d26 authored by Tim Emiola's avatar Tim Emiola
Browse files

Removes a redundant canary test

parent 89654e5e
No related branches found
No related tags found
No related merge requests found
......@@ -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
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