FactoryBot.define do factory :comment do content { "MyText" } user { User.first || FactoryBot.create(:user) } end end