5 lines
140 B
Ruby
5 lines
140 B
Ruby
require 'factory_bot'
|
|
|
|
# Use "old" FactoryBot default to allow auto-creating associations for #build
|
|
FactoryBot.use_parent_strategy = false
|