Make use of fake data in factories
This commit is contained in:
parent
737a9d4808
commit
77e0340387
30 changed files with 96 additions and 77 deletions
|
|
@ -1,8 +1,9 @@
|
|||
# Read about factories at https://github.com/thoughtbot/factory_girl
|
||||
FactoryGirl.define do
|
||||
factory :room do
|
||||
name 'Example Room'
|
||||
name { "Room #{Faker::Address.country}" }
|
||||
size 4
|
||||
|
||||
venue
|
||||
|
||||
factory :room_for_100 do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue