X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=vendor%2Frails%2Factiverecord%2Ftest%2Ffixtures%2Fposts.yml;fp=vendor%2Frails%2Factiverecord%2Ftest%2Ffixtures%2Fposts.yml;h=0000000000000000000000000000000000000000;hb=36d9f3351a3b4e8159279445190e2287ffdea86c;hp=92e5d1908f04d54eb4b2a8e57d06c108d32d1c94;hpb=913cf6054b1d29b5d2f5e620304af7ee77cc1f1f;p=feedcatcher.git diff --git a/vendor/rails/activerecord/test/fixtures/posts.yml b/vendor/rails/activerecord/test/fixtures/posts.yml deleted file mode 100644 index 92e5d19..0000000 --- a/vendor/rails/activerecord/test/fixtures/posts.yml +++ /dev/null @@ -1,49 +0,0 @@ -welcome: - id: 1 - author_id: 1 - title: Welcome to the weblog - body: Such a lovely day - comments_count: 2 - type: Post - -thinking: - id: 2 - author_id: 1 - title: So I was thinking - body: Like I hopefully always am - type: SpecialPost - -authorless: - id: 3 - author_id: 0 - title: I don't have any comments - body: I just don't want to - type: Post - -sti_comments: - id: 4 - author_id: 1 - title: sti comments - body: hello - type: Post - -sti_post_and_comments: - id: 5 - author_id: 1 - title: sti me - body: hello - type: StiPost - -sti_habtm: - id: 6 - author_id: 1 - title: habtm sti test - body: hello - type: Post - -eager_other: - id: 7 - author_id: 2 - title: eager loading with OR'd conditions - body: hello - type: Post