X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e660e609661edadc1ed5ad49d6e83e936b2f91cd..38a74cf6a38830860a75c1993bfeca28ded8c1fe:/test/fixtures/diary_comments.yml diff --git a/test/fixtures/diary_comments.yml b/test/fixtures/diary_comments.yml index b8fb5c853..247fc3abd 100644 --- a/test/fixtures/diary_comments.yml +++ b/test/fixtures/diary_comments.yml @@ -5,6 +5,7 @@ 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 @@ -13,6 +14,7 @@ comment_by_suspended_user: 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 @@ -21,3 +23,13 @@ comment_by_deleted_user: 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