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 04658f1 commit 63980e3Copy full SHA for 63980e3
command_line/rubylib_spec.rb
@@ -30,6 +30,7 @@
30
dir = tmp("rubylib/incl_front")
31
ENV["RUBYLIB"] = @pre + dir
32
paths = ruby_exe("puts $LOAD_PATH").lines.map(&:chomp)
33
+ paths.shift if paths.first.end_with?('/gem-rehash')
34
if PlatformGuard.implementation? :ruby
35
# In a MRI checkout, $PWD and some extra -I entries end up as
36
# the first entries in $LOAD_PATH. So just assert that it's not last.
0 commit comments