Files
metasploit-gs/spec/lib/msf/db_import_error_spec.rb
T
Luke Imhoff a0a19e5ce8 Spec classes, constants and methods from lib/msf/db.rb
MSP-11466

Method specces only check that the method is defined as they only need
to catch deleted methods during the reorganization.
2014-10-08 11:07:15 -05:00

3 lines
82 B
Ruby

RSpec.describe Msf::DBImportError do
it { is_expected.to be_a RuntimeError }
end