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