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 6b00faa commit 8306553Copy full SHA for 8306553
1 file changed
rb/spec/unit/selenium/webdriver/spec_helper.rb
@@ -53,6 +53,9 @@ def with_env(hash)
53
end
54
Selenium::WebDriver.logger(ignored: :logger_info)
55
56
+ root = Pathname.new('../../../../../../').realpath(__FILE__)
57
+ $LOAD_PATH.insert(0, root.join('bazel-bin/rb/lib').to_s) if File.exist?(root.join('bazel-bin/rb/lib'))
58
+
59
c.include Selenium::WebDriver::UnitSpecHelper
60
61
c.filter_run focus: true if ENV['focus']
0 commit comments