Skip to content

Commit 1aca55b

Browse files
committed
nils_for_nulls -> Msf::DBManager::Import::MetasploitFramework shared examples
MSP-11124
1 parent bed98fe commit 1aca55b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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
@@ -5,7 +5,6 @@
55
it { is_expected.to respond_to :import_file }
66
it { is_expected.to respond_to :import_filetype_detect }
77
it { is_expected.to respond_to :msf_import_timestamps }
8-
it { is_expected.to respond_to :nils_for_nulls }
98
it { is_expected.to respond_to :report_import_note }
109
it { is_expected.to respond_to :rexmlify }
1110
it { is_expected.to respond_to :unserialize_object }

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
shared_examples_for 'Msf::DBManager::Import::MetasploitFramework' do
2+
it { is_expected.to respond_to :nils_for_nulls }
3+
24
it_should_behave_like 'Msf::DBManager::Import::MetasploitFramework::Credential'
35
it_should_behave_like 'Msf::DBManager::Import::MetasploitFramework::XML'
46
it_should_behave_like 'Msf::DBManager::Import::MetasploitFramework::Zip'

0 commit comments

Comments
 (0)