Delete obsolete comment

This commit is contained in:
Jon Leighton
2011-12-16 14:52:02 +00:00
parent eba581846e
commit f307f4d884

View File

@@ -825,7 +825,6 @@ class HasAndBelongsToManyAssociationsTest < ActiveRecord::TestCase
# clear cache possibly created by other tests
david.projects.reset_column_information
# One query for columns, one for primary key, one for table existence
assert_queries(1) { david.projects.columns; david.projects.columns }
## and again to verify that reset_column_information clears the cache correctly