removed the delete_all

This commit is contained in:
Josh
2020-04-27 18:07:08 -07:00
parent 3a9d94fa85
commit f17e631dd5

View File

@@ -120,6 +120,6 @@ RSpec.describe 'BeEF WebSockets: Browser Hooking', :run_on_browserstack => true
puts "this is th https session that gets deleted" puts "this is th https session that gets deleted"
puts https.where(:hooked_browser_id => @session['0']['session']) puts https.where(:hooked_browser_id => @session['0']['session'])
expect(@session).not_to be_empty expect(@session).not_to be_empty
https.where(:hooked_browser_id => @session['0']['session']).delete_all #https.where(:hooked_browser_id => @session['0']['session']).delete_all
end end
end end