Ensure unique identifiers in fabricated objects in tests (#3173)
This commit is contained in:
parent
6c1122a1d9
commit
812fe90eca
5 changed files with 7 additions and 8 deletions
|
@ -1,5 +1,4 @@
|
|||
Fabricator(:preview_card) do
|
||||
status_id 1
|
||||
url "MyString"
|
||||
html "MyText"
|
||||
status
|
||||
url 'http://example.com'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue