FactoryGirl.define do
factory :subject do
name "MyString"
description "MyText"
user nil
course_list nil
visits 1
status 1
end