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