osem-fcy/test/factories/booth_requests.rb

8 lines
107 B
Ruby
Raw Normal View History

2017-05-30 13:05:13 +03:00
FactoryGirl.define do
factory :booth_request do
booth nil
user nil
role "MyString"
end
end