Skip to content

Commit 3bce8e4

Browse files
committed
unserialize_object -> Msf::DBManager::Import::MetasploitFramework shared examples
MSP-11124
1 parent 1f7ad1c commit 3bce8e4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

spec/support/shared/examples/msf/db_manager/import.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
it { is_expected.to respond_to :msf_import_timestamps }
88
it { is_expected.to respond_to :report_import_note }
99
it { is_expected.to respond_to :rexmlify }
10-
it { is_expected.to respond_to :unserialize_object }
1110
it { is_expected.to respond_to :validate_import_file }
1211

1312
it_should_behave_like 'Msf::DBManager::Import::Acunetix'

spec/support/shared/examples/msf/db_manager/import/metasploit_framework.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
shared_examples_for 'Msf::DBManager::Import::MetasploitFramework' do
22
it { is_expected.to respond_to :nils_for_nulls }
3+
it { is_expected.to respond_to :unserialize_object }
34

45
it_should_behave_like 'Msf::DBManager::Import::MetasploitFramework::Credential'
56
it_should_behave_like 'Msf::DBManager::Import::MetasploitFramework::XML'

0 commit comments

Comments
 (0)