Sha256: e620d0ee6fbde1b3e34bfa88220ce0fbfe8de42601a849f3963acb55a0254b3f
Contents?: true
Size: 396 Bytes
Versions: 1
Compression:
Stored size: 396 Bytes
Contents
# frozen_string_literal: true Alchemy::Deprecation.warn <<~MSG Please require factories using FactoryBots preferred approach: # spec/rails_helper.rb require 'alchemy/test_support' FactoryBot.definition_file_paths.concat(Alchemy::TestSupport.factory_paths) FactoryBot.reload MSG Dir["#{File.dirname(__FILE__)}/factories/*.rb"].sort.each do |file| require file end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
alchemy_cms-5.2.0.rc1 | lib/alchemy/test_support/factories.rb |