Skip to content

Commit 39bac8a

Browse files
committed
[crazyfun] Fixing use of recently deleted Platform class
1 parent 1f67cbd commit 39bac8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rake_tasks/selenium_rake/checks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def jruby?
3232
end
3333

3434
def path_for(path)
35-
windows? ? path.gsub("/", Platform.dir_separator) : path
35+
windows? ? path.gsub("/", File::ALT_SEPARATOR || File::SEPARATOR) : path
3636
end
3737

3838
def classpath_separator?

0 commit comments

Comments
 (0)