]> git.openstreetmap.org Git - rails.git/blobdiff - test/fixtures/diary_comments.yml
Add a paging control to the user blocks list
[rails.git] / test / fixtures / diary_comments.yml
index 8bb9f49bd3b084d3abea0ad45f7f16eb849698f2..b8fb5c853e8f549409175df53d9c749d966c4270 100644 (file)
@@ -5,3 +5,19 @@ comment_for_geo_post:
   body: Some comment text
   created_at: "2008-11-08 09:45:34"
   updated_at: "2008-11-08 10:34:34"
   body: Some comment text
   created_at: "2008-11-08 09:45:34"
   updated_at: "2008-11-08 10:34:34"
+
+comment_by_suspended_user:
+  id: 2
+  diary_entry_id: 2
+  user_id: 10
+  body: Some comment text
+  created_at: "2008-11-08 09:45:34"
+  updated_at: "2008-11-08 10:34:34"
+
+comment_by_deleted_user:
+  id: 3
+  diary_entry_id: 2
+  user_id: 11
+  body: Some comment text
+  created_at: "2008-11-08 09:45:34"
+  updated_at: "2008-11-08 10:34:34"