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
Version | Path |
---|---|
ridley-0.0.4 | spec/support/spec_helpers.rb |
ridley-0.0.3 | spec/support/spec_helpers.rb |
ridley-0.0.2 | spec/support/spec_helpers.rb |
ridley-0.0.1 | spec/support/spec_helpers.rb |