final check for the delete_all

This commit is contained in:
Josh
2020-04-26 23:11:57 -07:00
parent 72ebcc0bbd
commit d257109a9d

View File

@@ -112,5 +112,6 @@ RSpec.describe 'BeEF WebSockets: Browser Hooking', :run_on_browserstack => true
expect(@session).not_to be_empty
puts "driver two = #@driver"
https.where(:hooked_browser_id => @session['0']['session']).delete_all
puts "driver three = #@driver"
end
end