X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/fd6f00b069af5a7b87227ea4c3401dc461d7311a..ea610c8c3c006555cac91b8c238c82938f33aef7:/test/fixtures/diary_comments.yml diff --git a/test/fixtures/diary_comments.yml b/test/fixtures/diary_comments.yml index 8bb9f49bd..247fc3abd 100644 --- a/test/fixtures/diary_comments.yml +++ b/test/fixtures/diary_comments.yml @@ -5,3 +5,31 @@ comment_for_geo_post: body: Some comment text created_at: "2008-11-08 09:45:34" updated_at: "2008-11-08 10:34:34" + visible: true + +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" + visible: true + +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" + visible: true + +hidden_comment: + id: 4 + diary_entry_id: 2 + user_id: 2 + body: Some comment text + created_at: "2008-11-08 09:45:34" + updated_at: "2008-11-08 10:34:34" + visible: false