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.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/fabricators/poll_vote_fabricator.rb b/spec/fabricators/poll_vote_fabricator.rb
index 51f9b006e..9099ae96f 100644
--- a/spec/fabricators/poll_vote_fabricator.rb
+++ b/spec/fabricators/poll_vote_fabricator.rb
@@ -1,5 +1,7 @@
+# frozen_string_literal: true
+
 Fabricator(:poll_vote) do
   account
   poll
-  choice  0
+  choice 0
 end