aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2010-10-19 21:41:00 +0100
committerJon Leighton <j@jonathanleighton.com>2010-10-19 21:41:00 +0100
commit8e53e058acea471eab7a1609dc150aa9fdbfa833 (patch)
tree93305062a3ed8636516c18e177d231fbb32c17a5 /activerecord/test/cases
parent383d545c88266ef579f225bc8bfb3d3b807ca5bc (diff)
downloadrails-8e53e058acea471eab7a1609dc150aa9fdbfa833.tar.gz
rails-8e53e058acea471eab7a1609dc150aa9fdbfa833.tar.bz2
rails-8e53e058acea471eab7a1609dc150aa9fdbfa833.zip
Rename nested_has_many_through_associations_test.rb because it does not only concern has_many associations
Diffstat (limited to 'activerecord/test/cases')
-rw-r--r--activerecord/test/cases/associations/nested_through_associations_test.rb (renamed from activerecord/test/cases/associations/nested_has_many_through_associations_test.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/cases/associations/nested_has_many_through_associations_test.rb b/activerecord/test/cases/associations/nested_through_associations_test.rb
index 274ecdaba7..bfc290e877 100644
--- a/activerecord/test/cases/associations/nested_has_many_through_associations_test.rb
+++ b/activerecord/test/cases/associations/nested_through_associations_test.rb
@@ -23,7 +23,7 @@ require 'models/categorization'
require 'models/membership'
require 'models/essay'
-class NestedHasManyThroughAssociationsTest < ActiveRecord::TestCase
+class NestedThroughAssociationsTest < ActiveRecord::TestCase
fixtures :authors, :books, :posts, :subscriptions, :subscribers, :tags, :taggings,
:people, :readers, :references, :jobs, :ratings, :comments, :members, :member_details,
:member_types, :sponsors, :clubs, :organizations, :categories, :categories_posts,