Removing one AS/lib ruby and rake adds to $LOAD_PATH

This commit is contained in:
Santiago Pastorino
2010-07-25 04:17:47 +08:00
committed by Aaron Patterson
parent 834bd23a07
commit 749948a264

View File

@@ -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