FactoryGirl.define do
  factory :game do
    myshixun_id 1
user_id 1
subject "MyString"
description "MyText"
stage ""
  end

end