Module: Refinery::MagickalWorkings
- Defined in:
- lib/refinery/magickal_workings.rb
Class Attribute Summary collapse
Class Method Summary collapse
Class Attribute Details
.root ⇒ Object
12 13 14 |
# File 'lib/refinery/magickal_workings.rb', line 12 def root @root ||= Pathname.new(File.('../../../', __FILE__)) end |
Class Method Details
.factory_paths ⇒ Object
16 17 18 |
# File 'lib/refinery/magickal_workings.rb', line 16 def factory_paths @factory_paths ||= [ root.join('spec', 'factories').to_s ] end |