Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCode Raguet <ignacio.code@gmail.com>2013-10-03 17:57:58 (GMT)
committer Code Raguet <ignacio.code@gmail.com>2013-10-03 17:57:58 (GMT)
commit5189671f8ccf67f10657d6ba8f99dc0b0756ffe4 (patch)
tree3fc76a0d86dabcdb31814f56d6110ea015657638
parent2e7980dad2131ce44996cd3b651dbf4323c38e34 (diff)
add open_poll fixture
-rw-r--r--webapp/polls/fixtures/open_poll.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/webapp/polls/fixtures/open_poll.json b/webapp/polls/fixtures/open_poll.json
new file mode 100644
index 0000000..7da00a7
--- /dev/null
+++ b/webapp/polls/fixtures/open_poll.json
@@ -0,0 +1,5 @@
+{
+ "_id": {"$oid": "51d471b8f966f43d509a969c"},
+ "status": "Abierta",
+ "name": "open_poll"
+}