osem-fcy/spec/factories/booth_request.rb
2018-04-04 10:28:10 -07:00

9 lines
133 B
Ruby

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