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 7744872 commit 72ffa2eCopy full SHA for 72ffa2e
test/helper.rb
@@ -28,7 +28,7 @@ class TaskManager
28
include Rake::TaskManager
29
end
30
31
- RUBY = ENV["BUNDLE_RUBY"] || Gem.ruby
+ RUBY = File.realpath(ENV["BUNDLE_RUBY"] || Gem.ruby)
32
33
def setup
34
ARGV.clear
0 commit comments