Sha256: e3f1b42e9c1c01521de4e2dbe757a935a8c5c036778000cce57840ff6b8978b3
Contents?: true
Size: 258 Bytes
Versions: 50
Compression:
Stored size: 258 Bytes
Contents
require 'factory_bot_rails' RSpec.configure do |config| config.include FactoryBot::Syntax::Methods end FactoryBot.factories.clear FactoryBot.definition_file_paths += [ Cmor::UserArea::Engine.root.join(*%w(spec factories)) ] FactoryBot.find_definitions
Version data entries
50 entries across 50 versions & 1 rubygems