Sha256: d44a4a3373b7da2bb9c66ae96b45344f982e50af31bb85906ea3e5380a80d8ba
Contents?: true
Size: 431 Bytes
Versions: 15
Compression:
Stored size: 431 Bytes
Contents
require 'refinerycms-core' module Refinery autoload :StoresGenerator, 'generators/refinery/stores_generator' module Products require 'refinery/products/engine' class << self attr_writer :root def root @root ||= Pathname.new(File.expand_path('../../../', __FILE__)) end def factory_paths @factory_paths ||= [ root.join('spec', 'factories').to_s ] end end end end
Version data entries
15 entries across 15 versions & 1 rubygems