diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2010-07-23 00:41:22 -0300 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2010-07-24 01:19:47 +0200 |
commit | 8289661903dd1b7fec84e10089f4a04c31965350 (patch) | |
tree | d54f2e56ab466a53c30ca6ea43a1c621564f607e /activesupport | |
parent | e1d4e78b15141cf940be7a84ca856425484a98be (diff) | |
download | rails-8289661903dd1b7fec84e10089f4a04c31965350.tar.gz rails-8289661903dd1b7fec84e10089f4a04c31965350.tar.bz2 rails-8289661903dd1b7fec84e10089f4a04c31965350.zip |
Make this test, test again
Signed-off-by: José Valim <jose.valim@gmail.com>
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/test/load_paths_test.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/activesupport/test/load_paths_test.rb b/activesupport/test/load_paths_test.rb index 9c83d6f061..683ba3dd4e 100644 --- a/activesupport/test/load_paths_test.rb +++ b/activesupport/test/load_paths_test.rb @@ -9,7 +9,6 @@ class LoadPathsTest < Test::Unit::TestCase paths } - # CI has a bunch of duplicate load paths - # assert_equal [], load_paths_count.select { |k, v| v > 1 }, $LOAD_PATH.inspect + assert_equal [], load_paths_count.select { |k, v| v > 1 }, $LOAD_PATH.inspect end end |