FactoryBot.define do factory :event do name { "MyString" } date { Faker::Date.backward(days: 10) } organisation_id { "1" } end # factory :organisation do # name { "Smersh" } # end end