aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures')
-rw-r--r--activerecord/test/fixtures/posts.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/posts.yml b/activerecord/test/fixtures/posts.yml
index f5effb20fc..9d22b2a603 100644
--- a/activerecord/test/fixtures/posts.yml
+++ b/activerecord/test/fixtures/posts.yml
@@ -11,3 +11,10 @@ thinking:
title: So I was thinking
body: Like I hopefully always am
type: SpecialPost
+
+authorless:
+ id: 3
+ author_id: ""
+ title: I don't have any comments
+ body: I just don't want to
+ type: Post