aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/has_many_through_associations_test.rb
diff options
context:
space:
mode:
authorAdam Milligan <amilligan@pivotallabs.com>2009-03-07 12:34:56 +0000
committerPratik Naik <pratiknaik@gmail.com>2009-03-07 12:34:56 +0000
commitf36513653fceb01691288dfdebfdc56d17dc85c9 (patch)
treeba052a1ceefb5977309b2fbb78486e94687486f9 /activerecord/test/cases/associations/has_many_through_associations_test.rb
parentc071123b3e2d6fd918dd7e419efe7429355445c2 (diff)
downloadrails-f36513653fceb01691288dfdebfdc56d17dc85c9.tar.gz
rails-f36513653fceb01691288dfdebfdc56d17dc85c9.tar.bz2
rails-f36513653fceb01691288dfdebfdc56d17dc85c9.zip
Fix RDoc grammar and ensure hm:t tests can run in isolation. [#1644 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
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.rb2
1 files changed, 2 insertions, 0 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 1e5d1a0202..ac00508b5f 100644
--- a/activerecord/test/cases/associations/has_many_through_associations_test.rb
+++ b/activerecord/test/cases/associations/has_many_through_associations_test.rb
@@ -1,6 +1,8 @@
require "cases/helper"
require 'models/post'
require 'models/person'
+require 'models/reference'
+require 'models/job'
require 'models/reader'
require 'models/comment'
require 'models/tag'