7 lines
82 B
Ruby
7 lines
82 B
Ruby
FactoryBot.define do
|
|
factory(:comment_vote) do
|
|
user
|
|
score {1}
|
|
end
|
|
end
|