3 lines
82 B
Ruby
3 lines
82 B
Ruby
|
|
RSpec.describe Msf::DBImportError do
|
||
|
|
it { is_expected.to be_a RuntimeError }
|
||
|
|
end
|