diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2013-08-30 10:39:02 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2013-08-30 10:39:02 -0700 |
commit | ffa56f73d5ae98fe0b8b6dd2ca6f0dffac9d9217 (patch) | |
tree | a6889a9eab6bf2ce572510a433ff6cf9f41fae1c /activerecord | |
parent | f90aa722fad2b33a95c85319070891d1eab352f5 (diff) | |
download | rails-ffa56f73d5ae98fe0b8b6dd2ca6f0dffac9d9217.tar.gz rails-ffa56f73d5ae98fe0b8b6dd2ca6f0dffac9d9217.tar.bz2 rails-ffa56f73d5ae98fe0b8b6dd2ca6f0dffac9d9217.zip |
add missing fixtures file
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/test/cases/associations/has_many_through_associations_test.rb | 3 |
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 |