mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Removing one AS/lib ruby and rake adds to $LOAD_PATH
This commit is contained in:
committed by
Aaron Patterson
parent
834bd23a07
commit
749948a264
@@ -8,6 +8,7 @@ class LoadPathsTest < Test::Unit::TestCase
|
||||
paths[expanded_path] += 1
|
||||
paths
|
||||
}
|
||||
load_paths_count[File.expand_path('../../lib', __FILE__)] -= 1
|
||||
|
||||
assert_equal [], load_paths_count.select { |k, v| v > 1 }, $LOAD_PATH.inspect
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user