1 2 3 4 5 6 7 8 9 10 11
FactoryBot.define do factory :event do name { "MyString" } date { "2023-12-20" } organisation end factory :organisation do name { "Smersh" } end end