Sha256: 75f29643edff73ed28381a9d04481b17ef0b875f9b34caf950687cb6f6b07cef
Contents?: true
Size: 208 Bytes
Versions: 24
Compression:
Stored size: 208 Bytes
Contents
module Ridley module SpecHelpers def app_root_path Pathname.new(File.expand_path('../../../', __FILE__)) end def fixtures_path app_root_path.join('spec/fixtures') end end end
Version data entries
24 entries across 24 versions & 1 rubygems