module Refinery::Codemirror
Attributes
root[W]
Public Class Methods
factory_paths()
click to toggle source
# File lib/refinery/codemirror.rb, line 15 def factory_paths @factory_paths ||= [ root.join('spec', 'factories').to_s ] end
root()
click to toggle source
# File lib/refinery/codemirror.rb, line 11 def root @root ||= Pathname.new(File.expand_path('../../../', __FILE__)) end