Introduce Booths to OSEM
This commit is contained in:
parent
4d895ae3bc
commit
66ac45efc8
15 changed files with 268 additions and 1 deletions
7
test/factories/booth_requests.rb
Normal file
7
test/factories/booth_requests.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
FactoryGirl.define do
|
||||
factory :booth_request do
|
||||
booth nil
|
||||
user nil
|
||||
role "MyString"
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue