From 076b75bf9897cd06d3f849aba36dff65e12940ca Mon Sep 17 00:00:00 2001 From: Jon Leighton Date: Wed, 13 Oct 2010 11:56:15 +0100 Subject: Add some tests for functionality in JoinAssociation which already exists but was previously untested --- activerecord/test/fixtures/comments.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'activerecord/test/fixtures/comments.yml') 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 -- cgit v1.2.3