diff options
author | Marcel Molina <marcel@vernix.org> | 2006-04-29 05:02:54 +0000 |
---|---|---|
committer | Marcel Molina <marcel@vernix.org> | 2006-04-29 05:02:54 +0000 |
commit | f42403ff499fb120c4996b61a6f98b96e399ed87 (patch) | |
tree | 0ed039d1e36cf0e8a1e0c42024db60d7a3a65938 /activerecord/test | |
parent | f26e9b68612823f00962366368ee19beb567d44f (diff) | |
download | rails-f42403ff499fb120c4996b61a6f98b96e399ed87.tar.gz rails-f42403ff499fb120c4996b61a6f98b96e399ed87.tar.bz2 rails-f42403ff499fb120c4996b61a6f98b96e399ed87.zip |
Remove duplicate fixture entry in comments.yml. Closes #4923. [Blair Zajac <blair@orcaware.com>]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4305 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/test')
-rw-r--r-- | activerecord/test/fixtures/comments.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/activerecord/test/fixtures/comments.yml b/activerecord/test/fixtures/comments.yml index 758eaf6dbf..236bdb2e36 100644 --- a/activerecord/test/fixtures/comments.yml +++ b/activerecord/test/fixtures/comments.yml @@ -16,12 +16,6 @@ does_it_hurt: body: Don't think too hard type: SpecialComment -eager_sti_on_associations_comment: - id: 4 - post_id: 4 - body: Normal type - type: Comment - eager_sti_on_associations_vs_comment: id: 5 post_id: 4 |