socialforge/spec/factories/apply_homeworks.rb

10 lines
181 B
Ruby

# Read about factories at https://github.com/thoughtbot/factory_girl
FactoryGirl.define do
factory :apply_homework do
status 1
user nil
homework_common nil
end
end