~cytrogen/masto-fe

ref: c94bb9ba9a1df2e060e6f3debff57a0b7539be9f masto-fe/spec/fabricators/poll_vote_fabricator.rb -rw-r--r-- 89 bytes
c94bb9ba — Matt Jankowski Disable paperclip processing in specs (#25359) 2 years ago
                                                                                
1
2
3
4
5
6
7
# frozen_string_literal: true

Fabricator(:poll_vote) do
  account
  poll
  choice 0
end