aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2011-12-16 14:52:02 +0000
committerJon Leighton <j@jonathanleighton.com>2011-12-16 14:52:02 +0000
commitf307f4d884be7d0dcef60df4636dbda7155b499d (patch)
treeb445845eeb9e3f5e144810c456d285e9a7502243 /activerecord/test
parenteba581846e731bd4b455facbe947ddafa5512cfc (diff)
downloadrails-f307f4d884be7d0dcef60df4636dbda7155b499d.tar.gz
rails-f307f4d884be7d0dcef60df4636dbda7155b499d.tar.bz2
rails-f307f4d884be7d0dcef60df4636dbda7155b499d.zip
Delete obsolete comment
Diffstat (limited to 'activerecord/test')
-rw-r--r--activerecord/test/cases/associations/has_and_belongs_to_many_associations_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/test/cases/associations/has_and_belongs_to_many_associations_test.rb b/activerecord/test/cases/associations/has_and_belongs_to_many_associations_test.rb
index bc6ebb076e..510411ecb2 100644
--- a/activerecord/test/cases/associations/has_and_belongs_to_many_associations_test.rb
+++ b/activerecord/test/cases/associations/has_and_belongs_to_many_associations_test.rb
@@ -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