Sha256: f96bd8d5297f205ff4c7d722b4052b243f15744cd03b2d8ae0efe9f0f4f67479

Contents?: true

Size: 207 Bytes

Versions: 26

Compression:

Stored size: 207 Bytes

Contents

require "pathname"


module Jekyll::AssetsPlugin
  module RSpecHelpers
    extend self

    def fixtures_path
      @fixtures_path ||= Pathname.new(__FILE__).parent.parent.join("fixtures")
    end
  end
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
jekyll-assets-0.3.6 spec/support/fixtures_path.rb
jekyll-assets-0.3.5 spec/support/fixtures_path.rb
jekyll-assets-0.3.4 spec/support/fixtures_path.rb
jekyll-assets-0.3.3 spec/support/fixtures_path.rb
jekyll-assets-0.3.2 spec/support/fixtures_path.rb
jekyll-assets-0.3.1 spec/support/fixtures_path.rb