cleans up a bunch of spec msftidy issues

bug/bundler_fix
Joshua Smith 2014-08-26 15:24:08 -05:00
parent 41420a97d5
commit 1fa26e2afb
49 changed files with 96 additions and 95 deletions

View File

@ -1775,7 +1775,7 @@ describe Msf::DBManager do
# @todo determine how to load a single payload to test payload type outside of msfconsole
it_should_behave_like 'Msf::DBManager#update_module_details with module',
it_should_behave_like 'Msf::DBManager#update_module_details with module',
:reference_name => 'windows/escalate/screen_unlock',
:type => 'post'
end

View File

@ -31,7 +31,7 @@ shared_examples_for 'Msf::DBManager#search_modules Mdm::Module::Platform#name or
context 'with Mdm::Module::Target#name' do
let(:name) do
# use inspect to quote spaces in string
# use inspect to quote spaces in string
module_target.name.inspect
end