File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
spec/support/shared/examples/msf/db_manager Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 5
5
it { is_expected . to respond_to :import_file }
6
6
it { is_expected . to respond_to :import_filetype_detect }
7
7
it { is_expected . to respond_to :msf_import_timestamps }
8
- it { is_expected . to respond_to :nils_for_nulls }
9
8
it { is_expected . to respond_to :report_import_note }
10
9
it { is_expected . to respond_to :rexmlify }
11
10
it { is_expected . to respond_to :unserialize_object }
Original file line number Diff line number Diff line change 1
1
shared_examples_for 'Msf::DBManager::Import::MetasploitFramework' do
2
+ it { is_expected . to respond_to :nils_for_nulls }
3
+
2
4
it_should_behave_like 'Msf::DBManager::Import::MetasploitFramework::Credential'
3
5
it_should_behave_like 'Msf::DBManager::Import::MetasploitFramework::XML'
4
6
it_should_behave_like 'Msf::DBManager::Import::MetasploitFramework::Zip'
You can’t perform that action at this time.
0 commit comments