5 lines
71 B
Ruby
5 lines
71 B
Ruby
FactoryGirl.define do
|
|
factory(:comment_vote) do
|
|
score 1
|
|
end
|
|
end |