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

fix another ordering failure

This commit is contained in:
Jeremy Kemper 2008-08-26 00:02:22 -07:00
parent ca48da6300
commit 842d55cb16

View file

@ -616,7 +616,7 @@ class BasicsTest < ActiveRecord::TestCase
end
def test_update_counter
category = Category.first
category = categories(:general)
assert_nil category.categorizations_count
assert_equal 2, category.categorizations.count