1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

View file

@ -10,6 +10,6 @@ class LoadPathsTest < Test::Unit::TestCase
} }
load_paths_count[File.expand_path('../../lib', __FILE__)] -= 1 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
end end