6 lines
73 B
Ruby
6 lines
73 B
Ruby
FactoryBot.define do
|
|
factory(:comment_vote) do
|
|
score {1}
|
|
end
|
|
end
|