Commit f718ccf2 authored by Lin Jen-Shin's avatar Lin Jen-Shin

It's actually raising QA::Service::Shellout::CommandError

parent 5dfab4ce
......@@ -11,7 +11,8 @@ describe QA::Runtime::Key::ECDSA do
describe '#new' do
it 'does not support arbitrary bits' do
expect { described_class.new(123) }.to raise_error(RuntimeError)
expect { described_class.new(123) }
.to raise_error(QA::Service::Shellout::CommandError)
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment