# 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