Skip to content

Commit

Permalink
use realpath
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Feb 26, 2019
1 parent 7744872 commit 72ffa2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class TaskManager
include Rake::TaskManager
end

RUBY = ENV["BUNDLE_RUBY"] || Gem.ruby
RUBY = File.realpath(ENV["BUNDLE_RUBY"] || Gem.ruby)

def setup
ARGV.clear
Expand Down

0 comments on commit 72ffa2e

Please sign in to comment.