Sha256: daf9d4bf7f6eca3cd8b74dbe20c6566c252cce5b8562fc23fcb75c40cedf257f
Contents?: true
Size: 267 Bytes
Versions: 1
Compression:
Stored size: 267 Bytes
Contents
# frozen_string_literal: true module Alchemy module TestSupport def self.factory_paths Dir[ ::Alchemy::Engine.root.join("lib", "alchemy", "test_support", "factories", "*_factory.rb") ].map { |path| path.sub(/.rb\z/, "") } end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
alchemy_cms-5.2.0.rc1 | lib/alchemy/test_support.rb |