8 lines
107 B
Ruby
8 lines
107 B
Ruby
|
|
FactoryGirl.define do
|
||
|
|
factory :booth_request do
|
||
|
|
booth nil
|
||
|
|
user nil
|
||
|
|
role "MyString"
|
||
|
|
end
|
||
|
|
end
|