about summary refs log tree commit diff
path: root/spec/fabricators/poll_vote_fabricator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fabricators/poll_vote_fabricator.rb')
-rw-r--r--spec/fabricators/poll_vote_fabricator.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/fabricators/poll_vote_fabricator.rb b/spec/fabricators/poll_vote_fabricator.rb
new file mode 100644
index 000000000..51f9b006e
--- /dev/null
+++ b/spec/fabricators/poll_vote_fabricator.rb
@@ -0,0 +1,5 @@
+Fabricator(:poll_vote) do
+  account
+  poll
+  choice  0
+end