aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/has_many_through_associations_test.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2013-08-30 10:39:02 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2013-08-30 10:39:02 -0700
commitffa56f73d5ae98fe0b8b6dd2ca6f0dffac9d9217 (patch)
treea6889a9eab6bf2ce572510a433ff6cf9f41fae1c /activerecord/test/cases/associations/has_many_through_associations_test.rb
parentf90aa722fad2b33a95c85319070891d1eab352f5 (diff)
downloadrails-ffa56f73d5ae98fe0b8b6dd2ca6f0dffac9d9217.tar.gz
rails-ffa56f73d5ae98fe0b8b6dd2ca6f0dffac9d9217.tar.bz2
rails-ffa56f73d5ae98fe0b8b6dd2ca6f0dffac9d9217.zip
add missing fixtures file
Diffstat (limited to 'activerecord/test/cases/associations/has_many_through_associations_test.rb')
-rw-r--r--activerecord/test/cases/associations/has_many_through_associations_test.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/activerecord/test/cases/associations/has_many_through_associations_test.rb b/activerecord/test/cases/associations/has_many_through_associations_test.rb
index 45087fdf8a..c00cae5750 100644
--- a/activerecord/test/cases/associations/has_many_through_associations_test.rb
+++ b/activerecord/test/cases/associations/has_many_through_associations_test.rb
@@ -28,7 +28,8 @@ require 'models/club'
class HasManyThroughAssociationsTest < ActiveRecord::TestCase
fixtures :posts, :readers, :people, :comments, :authors, :categories, :taggings, :tags,
:owners, :pets, :toys, :jobs, :references, :companies, :members, :author_addresses,
- :subscribers, :books, :subscriptions, :developers, :categorizations, :essays
+ :subscribers, :books, :subscriptions, :developers, :categorizations, :essays,
+ :categories_posts
# Dummies to force column loads so query counts are clean.
def setup