We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab83552 commit c84887dCopy full SHA for c84887d
test/helper.rb
@@ -28,7 +28,7 @@ class TaskManager
28
include Rake::TaskManager
29
end
30
31
- RUBY = File.realpath(ENV["BUNDLE_RUBY"] || Gem.ruby)
+ RUBY = File.realpath(ENV["RUBY"] || Gem.ruby)
32
33
def setup
34
ARGV.clear
0 commit comments