Skip to content

Commit

Permalink
Use RUBY insted of BUNDLE_RUBY for test-bundled-gems of ruby/ruby.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Sep 10, 2019
1 parent ab83552 commit c84887d
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 = File.realpath(ENV["BUNDLE_RUBY"] || Gem.ruby)
RUBY = File.realpath(ENV["RUBY"] || Gem.ruby)

def setup
ARGV.clear
Expand Down

0 comments on commit c84887d

Please sign in to comment.