X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=vendor%2Frails%2Factiverecord%2Ftest%2Ffixtures%2Fcomments.yml;fp=vendor%2Frails%2Factiverecord%2Ftest%2Ffixtures%2Fcomments.yml;h=0000000000000000000000000000000000000000;hb=36d9f3351a3b4e8159279445190e2287ffdea86c;hp=236bdb2e36f69dc3aacda4cfb5fd318c17c18c72;hpb=913cf6054b1d29b5d2f5e620304af7ee77cc1f1f;p=feedcatcher.git diff --git a/vendor/rails/activerecord/test/fixtures/comments.yml b/vendor/rails/activerecord/test/fixtures/comments.yml deleted file mode 100644 index 236bdb2..0000000 --- a/vendor/rails/activerecord/test/fixtures/comments.yml +++ /dev/null @@ -1,59 +0,0 @@ -greetings: - id: 1 - post_id: 1 - body: Thank you for the welcome - type: Comment - -more_greetings: - id: 2 - post_id: 1 - body: Thank you again for the welcome - type: Comment - -does_it_hurt: - id: 3 - post_id: 2 - body: Don't think too hard - type: SpecialComment - -eager_sti_on_associations_vs_comment: - id: 5 - post_id: 4 - body: Very Special type - type: VerySpecialComment - -eager_sti_on_associations_s_comment1: - id: 6 - post_id: 4 - body: Special type - type: SpecialComment - -eager_sti_on_associations_s_comment2: - id: 7 - post_id: 4 - body: Special type 2 - type: SpecialComment - -eager_sti_on_associations_comment: - id: 8 - post_id: 4 - body: Normal type - type: Comment - -check_eager_sti_on_associations: - id: 9 - post_id: 5 - body: Normal type - type: Comment - -check_eager_sti_on_associations2: - id: 10 - post_id: 5 - body: Special Type - type: SpecialComment - -eager_other_comment1: - id: 11 - post_id: 7 - body: go crazy - type: SpecialComment