Add a context for without user_data
parent
b37a975108
commit
9195479a6d
|
@ -120,6 +120,8 @@ shared_examples_for 'Msf::DBManager::Session' do
|
|||
)
|
||||
end
|
||||
|
||||
context 'without user_data' do
|
||||
|
||||
context 'with :workspace' do
|
||||
before(:each) do
|
||||
options[:workspace] = options_workspace
|
||||
|
@ -463,6 +465,7 @@ shared_examples_for 'Msf::DBManager::Session' do
|
|||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
context 'without Msf::Session' do
|
||||
|
|
Loading…
Reference in New Issue