a0a19e5ce8
MSP-11466 Method specces only check that the method is defined as they only need to catch deleted methods during the reorganization.
3 lines
82 B
Ruby
3 lines
82 B
Ruby
RSpec.describe Msf::DBImportError do
|
|
it { is_expected.to be_a RuntimeError }
|
|
end |