Sha256: a732b039d4270424a26a86764b287e9cc23e2b3adf57ca2e1522d133fcd1c873
Contents?: true
Size: 166 Bytes
Versions: 2
Compression:
Stored size: 166 Bytes
Contents
require 'pathname' # Some helpers. module FixturesHelpers def fixtures_path @fixtures_path ||= Pathname.new(__FILE__).parent.parent.join('fixtures') end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-poole-0.2.0 | spec/support/fixture_helpers.rb |
jekyll-poole-0.1.0 | spec/support/fixture_helpers.rb |