osem-fcy/spec/factories/booth_request.rb

11 lines
133 B
Ruby
Raw Normal View History

# frozen_string_literal: true
FactoryBot.define do
2017-07-16 18:20:12 +03:00
factory :booth_request do
booth
user
role 'responsible'
end
end