Skip to content

Commit f9026c8

Browse files
committed
[rb] Server code expects the jar location to be a String not a Pathname
1 parent 8c9faf5 commit f9026c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def remote_server_jar
113113
end
114114

115115
WebDriver.logger.info "Server Location: #{jar}"
116-
jar
116+
jar.to_s
117117
end
118118

119119
def quit

0 commit comments

Comments
 (0)