aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/replies.yml
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/replies.yml')
-rw-r--r--actionpack/test/fixtures/replies.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/actionpack/test/fixtures/replies.yml b/actionpack/test/fixtures/replies.yml
index a17d2fc42b..2022523eac 100644
--- a/actionpack/test/fixtures/replies.yml
+++ b/actionpack/test/fixtures/replies.yml
@@ -12,4 +12,12 @@ another:
developer_id: 1
content: Nuh uh!
created_at: <%= 1.hour.ago.to_s(:db) %>
- updated_at: nil \ No newline at end of file
+ updated_at: nil
+
+best_reply:
+ id: 3
+ topic_id: 3
+ developer_id: 2
+ content: No one can know
+ created_at: <%= 5.hours.ago.to_s(:db) %>
+ updated_at: nil