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