pgfqe6ch8/spec/factories/statistics.rb

8 lines
78 B

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