Sha256: 30c2b5291663bd78d610ade6f3af36655fab336d8fef231dc1eaaf387383fcc5

Contents?: true

Size: 225 Bytes

Versions: 1

Compression:

Stored size: 225 Bytes

Contents

require "pathname"

module Jekyll::AssetsPlugin
  module RSpecHelpers
    def fixtures_path
      @fixtures_path ||= Pathname.new(__FILE__).parent.parent.join("fixtures")
    end

    module_function :fixtures_path
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-assets-0.7.7 spec/support/fixtures_path.rb