Ensure unique identifiers in fabricated objects in tests (#3173)

This commit is contained in:
Eugen Rochko 2017-05-20 17:09:40 +02:00 committed by GitHub
parent 6c1122a1d9
commit 812fe90eca
5 changed files with 7 additions and 8 deletions

View file

@ -1,4 +1,4 @@
Fabricator(:account_domain_block) do
account_id 1
domain "MyString"
account
domain 'example.com'
end