module Alchemy::TestSupport

Public Class Methods

factories_path() click to toggle source
# File lib/alchemy/test_support.rb, line 5
def self.factories_path
  ::Alchemy::Engine.root.join("lib", "alchemy", "test_support", "factories")
end