db_import_error_spec.rb 82 B

123
  1. RSpec.describe Msf::DBImportError do
  2. it { is_expected.to be_a RuntimeError }
  3. end