add relationships for booths
This commit is contained in:
parent
da6b5b8141
commit
3d9ac5a85f
8 changed files with 50 additions and 2 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
|
||||
7
test/models/booth_request_test.rb
Normal file
7
test/models/booth_request_test.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'test_helper'
|
||||
|
||||
class BoothRequestTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue