@ -5,7 +5,7 @@ FactoryBot.define do
account
author factory: %i[user]
name { Faker::Book.title }
name { Faker::Book.unique.title }
trait :with_templates do
after(:create) do |template_folder|
transient do
submitter_count { 1 }
@ -65,6 +65,7 @@ RSpec.configure do |config|
config.before do
Sidekiq::Worker.clear_all
Faker::UniqueGenerator.clear
end
config.before do |example|