Flaky Spec Fix: Ensure Article Titles are Unique (#8689)
This commit is contained in:
parent
b93bd56ce3
commit
93443c7e27
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ FactoryBot.define do
|
|||
|
||||
factory :article do
|
||||
transient do
|
||||
title { Faker::Food.dish }
|
||||
title { generate :title }
|
||||
published { true }
|
||||
date { "01/01/2015" }
|
||||
tags { "javascript, html, css" }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue