We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225caf4 commit bbdb97eCopy full SHA for bbdb97e
spec/private_key_spec.rb
@@ -36,7 +36,7 @@
36
it "raises DecodeError parsing #{name}" do
37
expect {
38
described_class.parse(fixture(name))
39
- }.to raise_error(SSHData::DecryptError)
+ }.to raise_error(SSHData::DecodeError)
40
end
41
42
0 commit comments