Files
codeocean/spec/support/factory_bot.rb
2021-05-14 22:03:06 +02:00

7 lines
171 B
Ruby

# frozen_string_literal: true
require 'factory_bot'
# Use "old" FactoryBot default to allow auto-creating associations for #build
FactoryBot.use_parent_strategy = false