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.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/replies.yml b/actionpack/test/fixtures/replies.yml
index 284c9c0796..a17d2fc42b 100644
--- a/actionpack/test/fixtures/replies.yml
+++ b/actionpack/test/fixtures/replies.yml
@@ -1,6 +1,7 @@
witty_retort:
id: 1
topic_id: 1
+ developer_id: 1
content: Birdman is better!
created_at: <%= 6.hours.ago.to_s(:db) %>
updated_at: nil
@@ -8,6 +9,7 @@ witty_retort:
another:
id: 2
topic_id: 2
+ developer_id: 1
content: Nuh uh!
created_at: <%= 1.hour.ago.to_s(:db) %>
updated_at: nil \ No newline at end of file