diff options
author | Rick Olson <technoweenie@gmail.com> | 2006-03-16 03:24:40 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2006-03-16 03:24:40 +0000 |
commit | a0c459bca7a22b6c62760ef213147475823dcea0 (patch) | |
tree | ebd0c101e6d2b616355a010c8499ba7549d5845f /activerecord/test/fixtures | |
parent | 9b9a0908e5a834d981bd095099d9cefc3abdb226 (diff) | |
download | rails-a0c459bca7a22b6c62760ef213147475823dcea0.tar.gz rails-a0c459bca7a22b6c62760ef213147475823dcea0.tar.bz2 rails-a0c459bca7a22b6c62760ef213147475823dcea0.zip |
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
Diffstat (limited to 'activerecord/test/fixtures')
-rw-r--r-- | activerecord/test/fixtures/developers_projects.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |