Add a context for without user_data

bug/bundler_fix
James Lee 2015-03-09 08:56:52 -05:00
parent b37a975108
commit 9195479a6d
No known key found for this signature in database
GPG Key ID: 2D6094C7CEA0A321
1 changed files with 3 additions and 0 deletions

View File

@ -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