Files
danbooru/test/factories/comment_vote.rb
evazion e47d0e0d05 models: set more creator names explicitly.
Set creators explicitly for bans, BURs, comment votes, and posts.
2020-02-23 17:26:08 -06:00

7 lines
82 B
Ruby

FactoryBot.define do
factory(:comment_vote) do
user
score {1}
end
end