Skip to content

Commit

Permalink
[crazyfun] Fixing use of recently deleted Platform class
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Oct 2, 2019
1 parent 1f67cbd commit 39bac8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rake_tasks/selenium_rake/checks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def jruby?
end

def path_for(path)
windows? ? path.gsub("/", Platform.dir_separator) : path
windows? ? path.gsub("/", File::ALT_SEPARATOR || File::SEPARATOR) : path
end

def classpath_separator?
Expand Down

0 comments on commit 39bac8a

Please sign in to comment.