aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/comments.yml
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2010-10-13 11:56:15 +0100
committerAaron Patterson <aaron.patterson@gmail.com>2010-10-13 08:24:19 -0700
commit076b75bf9897cd06d3f849aba36dff65e12940ca (patch)
tree56a47ceb21a46a6ebaa61c33abe6af130502e170 /activerecord/test/fixtures/comments.yml
parent603406dc53b656f7f317fe2ac6c4bac616a86368 (diff)
downloadrails-076b75bf9897cd06d3f849aba36dff65e12940ca.tar.gz
rails-076b75bf9897cd06d3f849aba36dff65e12940ca.tar.bz2
rails-076b75bf9897cd06d3f849aba36dff65e12940ca.zip
Add some tests for functionality in JoinAssociation which already exists but was previously untested
Diffstat (limited to 'activerecord/test/fixtures/comments.yml')
-rw-r--r--activerecord/test/fixtures/comments.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/comments.yml b/activerecord/test/fixtures/comments.yml
index 97d77f8b9a..ddbb823c49 100644
--- a/activerecord/test/fixtures/comments.yml
+++ b/activerecord/test/fixtures/comments.yml
@@ -57,3 +57,9 @@ eager_other_comment1:
post_id: 7
body: go crazy
type: SpecialComment
+
+sub_special_comment:
+ id: 12
+ post_id: 4
+ body: Sub special comment
+ type: SubSpecialComment