]> git.openstreetmap.org Git - rails.git/blobdiff - test/fixtures/user_blocks.yml
Replace user_blocks fixture with a factory.
[rails.git] / test / fixtures / user_blocks.yml
diff --git a/test/fixtures/user_blocks.yml b/test/fixtures/user_blocks.yml
deleted file mode 100644 (file)
index 0566d30..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-active_block:
-  id: 1
-  user_id: 13
-  creator_id: 5
-  reason: "Active block"
-  reason_format: "markdown"
-  ends_at: "2032-05-01 11:22:33"
-  needs_view: true
-  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