rework tests

This commit is contained in:
Josh
2018-06-15 14:41:07 -04:00
parent 8cffc4872c
commit 086a39ca3d
35 changed files with 96 additions and 594 deletions

View File

@ -13,13 +13,7 @@ FactoryBot.define do
end
factory :room do
uid { rand(10 ** 8) }
user { create(:user) }
end
factory :meeting do
uid { rand(10 ** 8) }
name { Faker::Pokemon.name }
room { create(:room) }
owner { create(:user) }
end
end
end