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