Fix a typo

bug/bundler_fix
wchen-r7 2015-07-14 10:51:15 -05:00
parent 0582e7e3ca
commit 2276e355aa
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ describe Msf::Exploit::Remote::BrowserAutopwnv2 do
def mock_note_destroy
# The destory method doesn't pass the note as an argument startlike framework.jobs_stop_job.
# The destroy method doesn't pass the note as an argument startlike framework.jobs_stop_job.
# So here's I'm just gonna clear them all, and that sort of mimics #destroy.
framework = double('Msf::Framework', datastore: {})