8 lines
148 B
Ruby
8 lines
148 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
World FactoryBot::Syntax::Methods
|
||
|
|
||
|
DatabaseCleaner.cleaning do
|
||
|
FactoryBot.lint strategy: :create, traits: true
|
||
|
end
|