osem-fcy/spec/factories/booth_request.rb

9 lines
103 B
Ruby
Raw Normal View History

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