Removed line causing error, see if it works w/out

This commit is contained in:
Jack Walker
2020-04-23 11:42:27 +10:00
parent f82d4645d5
commit 3389a73e39

View File

@@ -118,10 +118,6 @@ RSpec.describe 'BeEF Debug Command Modules:', :run_on_browserstack => true do
end
after(:all) do
puts @driver
puts @driver.methods.sort
@driver.quit
# Code to stop browserstack local after end of test
@bs_local.stop if @enable_local