osem-fcy/spec/factories/booth_request.rb

10 lines
134 B
Ruby

# frozen_string_literal: true
FactoryGirl.define do
factory :booth_request do
booth
user
role 'responsible'
end
end