aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-08-02 16:51:08 +0200
committerJosé Valim <jose.valim@gmail.com>2010-08-02 16:51:08 +0200
commite1344bf5048934b0f231974c3597dfbc1c76154f (patch)
treedfdd00398133728d12f947bd238566cd5696ddb6 /activerecord/test/cases
parentf8b53f35b9cbf2a134a7d9184a044ce95764acfa (diff)
downloadrails-e1344bf5048934b0f231974c3597dfbc1c76154f.tar.gz
rails-e1344bf5048934b0f231974c3597dfbc1c76154f.tar.bz2
rails-e1344bf5048934b0f231974c3597dfbc1c76154f.zip
Tidy up previous commit.
Diffstat (limited to 'activerecord/test/cases')
-rw-r--r--activerecord/test/cases/associations/has_many_through_associations_test.rb2
1 files changed, 1 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 3940e75ad6..0eaadac5ae 100644
--- a/activerecord/test/cases/associations/has_many_through_associations_test.rb
+++ b/activerecord/test/cases/associations/has_many_through_associations_test.rb
@@ -21,7 +21,7 @@ require 'models/subscription'
class HasManyThroughAssociationsTest < ActiveRecord::TestCase
fixtures :posts, :readers, :people, :comments, :authors,
:owners, :pets, :toys, :jobs, :references, :companies,
- :subscribers, :books, :subscriptions
+ :subscribers, :books, :subscriptions, :developers
# Dummies to force column loads so query counts are clean.
def setup