pgfqe6ch8/spec/factories/statistics.rb

8 lines
78 B

FactoryGirl.define do
factory :statistic do
type 1
score 1.5
end
end