Skip to content

Commit c84887d

Browse files
committed
Use RUBY insted of BUNDLE_RUBY for test-bundled-gems of ruby/ruby.
1 parent ab83552 commit c84887d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class TaskManager
2828
include Rake::TaskManager
2929
end
3030

31-
RUBY = File.realpath(ENV["BUNDLE_RUBY"] || Gem.ruby)
31+
RUBY = File.realpath(ENV["RUBY"] || Gem.ruby)
3232

3333
def setup
3434
ARGV.clear

0 commit comments

Comments
 (0)