come back to green light!

This commit is contained in:
yqbk
2016-08-04 16:32:59 +02:00
parent 41b0c1e530
commit 7efcfa632b
5 changed files with 23 additions and 12 deletions

View File

@ -26,6 +26,9 @@ unless RUBY_PLATFORM == 'java'
end
end
require 'selenium-webdriver'
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
# to individual examples or groups you care about by tagging them with