unserialize_object -> Msf::DBManager::Import::MetasploitFramework shared examples

MSP-11124
bug/bundler_fix
Luke Imhoff 2014-10-15 14:03:55 -05:00
parent 1f7ad1cac9
commit 3bce8e418d
No known key found for this signature in database
GPG Key ID: 5B1FB01FB33356F8
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,6 @@ shared_examples_for 'Msf::DBManager::Import' do
it { is_expected.to respond_to :msf_import_timestamps }
it { is_expected.to respond_to :report_import_note }
it { is_expected.to respond_to :rexmlify }
it { is_expected.to respond_to :unserialize_object }
it { is_expected.to respond_to :validate_import_file }
it_should_behave_like 'Msf::DBManager::Import::Acunetix'

View File

@ -1,5 +1,6 @@
shared_examples_for 'Msf::DBManager::Import::MetasploitFramework' do
it { is_expected.to respond_to :nils_for_nulls }
it { is_expected.to respond_to :unserialize_object }
it_should_behave_like 'Msf::DBManager::Import::MetasploitFramework::Credential'
it_should_behave_like 'Msf::DBManager::Import::MetasploitFramework::XML'