This is a hash in 1.9.2

This commit is contained in:
Santiago Pastorino 2010-07-26 20:09:34 -03:00
parent b6f9932561
commit a2ca9cb78d
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ class LoadPathsTest < Test::Unit::TestCase
}
load_paths_count[File.expand_path('../../lib', __FILE__)] -= 1
assert_equal [], load_paths_count.select { |k, v| v > 1 }, $LOAD_PATH.inspect
assert load_paths_count.select { |k, v| v > 1 }.empty?, $LOAD_PATH.inspect
end
end