Remove global BROWSER and use browser helper

This commit is contained in:
Paul Chavard 2018-01-18 16:30:06 +01:00
parent aadc7c79dd
commit 8a55ac79f1
5 changed files with 10 additions and 29 deletions

View file

@ -69,7 +69,6 @@ end
DatabaseCleaner.strategy = :transaction
SIADETOKEN = :valid_token if !defined? SIADETOKEN
BROWSER.value = Browser.new('Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Win64; x64; Trident/6.0)')
include Warden::Test::Helpers