We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
FactoryBot.definition_file_paths = %w(../factories) FactoryBot.find_definitions
bundle exec rails c
FactoryBot.definition_file_paths = %w(spec/factories) FactoryBot.find_definitions
This enables you to use FactoryBot factories in the rails console; e.g.,
ddrfile = FactoryBot.build(:ddr_file)