Debugging last 2/5 failing tests

This commit is contained in:
Jack Walker
2020-04-23 12:34:24 +10:00
parent 18357dbbff
commit faaac279c1

View File

@@ -104,6 +104,8 @@ RSpec.describe 'BeEF WebSockets enabled', :run_on_browserstack => true do
end
it 'can hook a browser with websockets' do
puts @hooks
puts @session
expect(@session).not_to be_empty
end
end