From 3bae736dcee646b6b69cde0a464ab684d30fdc8a Mon Sep 17 00:00:00 2001 From: yqbk Date: Sat, 8 Oct 2016 18:16:06 +0200 Subject: [PATCH] no firefox path --- spec/spec_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 4435a033..320310a2 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -29,7 +29,7 @@ unless RUBY_PLATFORM == 'java' end require 'selenium-webdriver' -Selenium::WebDriver::Firefox::Binary.path='/usr/bin/firefox' +#Selenium::WebDriver::Firefox::Binary.path='/usr/bin/firefox' RSpec.configure do |config| # These two settings work together to allow you to limit a spec run