Fix a typo
parent
0582e7e3ca
commit
2276e355aa
|
@ -11,7 +11,7 @@ describe Msf::Exploit::Remote::BrowserAutopwnv2 do
|
||||||
|
|
||||||
|
|
||||||
def mock_note_destroy
|
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.
|
# So here's I'm just gonna clear them all, and that sort of mimics #destroy.
|
||||||
framework = double('Msf::Framework', datastore: {})
|
framework = double('Msf::Framework', datastore: {})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue