AlchemyCMS/alchemy_cms

View on GitHub
lib/alchemy/test_support.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

module Alchemy
  module TestSupport
    def self.factories_path
      ::Alchemy::Engine.root.join("lib", "alchemy", "test_support", "factories")
    end
  end
end