X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/359371b31c33d062ca31c4cc48876c81e4e6ef26..e1d873cde99eaa6eafaca6659c221ec2b98de36e:/test/fixtures/user_blocks.yml diff --git a/test/fixtures/user_blocks.yml b/test/fixtures/user_blocks.yml index e69de29bb..c29252916 100644 --- a/test/fixtures/user_blocks.yml +++ b/test/fixtures/user_blocks.yml @@ -0,0 +1,29 @@ +active_block: + id: 1 + user_id: 13 + creator_id: 5 + reason: "Active block" + reason_format: "markdown" + ends_at: "2012-05-01 11:22:33" + needs_view: false + revoker_id: + +expired_block: + id: 2 + user_id: 14 + creator_id: 15 + reason: "Expired block" + reason_format: "markdown" + ends_at: "2012-05-01 11:22:33" + needs_view: false + revoker_id: + +revoked_block: + id: 3 + user_id: 13 + creator_id: 15 + reason: "Revoked block" + reason_format: "markdown" + ends_at: "2012-05-01 11:22:33" + needs_view: false + revoker_id: 1