From a0c459bca7a22b6c62760ef213147475823dcea0 Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Thu, 16 Mar 2006 03:24:40 +0000 Subject: fix test_find_in_association_with_options test, tweak other tests affected by developer/project addition git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3890 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/developers_projects.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'activerecord/test/fixtures/developers_projects.yml') diff --git a/activerecord/test/fixtures/developers_projects.yml b/activerecord/test/fixtures/developers_projects.yml index b1194a6f16..572958707f 100644 --- a/activerecord/test/fixtures/developers_projects.yml +++ b/activerecord/test/fixtures/developers_projects.yml @@ -11,3 +11,7 @@ david_active_record: jamis_active_record: developer_id: 2 project_id: 1 + +poor_jamis_active_record: + developer_id: 11 + project_id: 1 \ No newline at end of file -- cgit v1.2.3