diff --git a/.travis.yml b/.travis.yml index 9ce63f169..722d8380f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,6 @@ branches: - browserstack before_script: - sed -i 's/system\((.*?)\)/''/g' /home/travis/.rvm/gems/ruby-2.5.3/gems/browserstack-local-1.3.0/lib/browserstack/local.rb - - gem environment script: # - bundle exec rake - CONFIG_NAME='windows/windows_chrome_latest.config.yml' bundle exec rspec --tag run_on_browserstack diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 0570228a1..0235fd73c 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -15,7 +15,7 @@ require 'curb' require 'rest-client' require 'yaml' require 'selenium-webdriver' -require 'browserstack-local' +require 'browserstack/local' # Require supports Dir['spec/support/*.rb'].each do |f|