We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7135a commit d37f7c5Copy full SHA for d37f7c5
rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb
@@ -30,7 +30,7 @@ def initialize
30
@create_driver_error_count = 0
31
32
# TODO: get rid of ENV
33
- @driver = (ENV['WD_SPEC_DRIVER'] || raise("must set WD_SPEC_DRIVER")).to_sym
+ @driver = (ENV['WD_SPEC_DRIVER'] || raise("must set WD_SPEC_DRIVER")).strip.to_sym
34
end
35
36
def browser
0 commit comments