Skip to content

Commit

Permalink
Support test-bundled-gems task on ruby core repository
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Nov 15, 2017
1 parent a476879 commit eb2e347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helper.rb
Expand Up @@ -26,7 +26,7 @@ class TaskManager
include Rake::TaskManager
end

RUBY = Gem.ruby
RUBY = ENV['BUNDLE_RUBY'] || Gem.ruby

def setup
ARGV.clear
Expand Down

0 comments on commit eb2e347

Please sign in to comment.