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.4.3 spec/support/fixtures_path.rb
jekyll-assets-0.7.6 spec/support/fixtures_path.rb
jekyll-assets-0.7.5 spec/support/fixtures_path.rb
jekyll-assets-0.7.4 spec/support/fixtures_path.rb
jekyll-assets-0.7.3 spec/support/fixtures_path.rb
jekyll-assets-0.7.2 spec/support/fixtures_path.rb
jekyll-assets-0.7.1 spec/support/fixtures_path.rb
jekyll-assets-0.7.0 spec/support/fixtures_path.rb
jekyll-assets-0.6.1 spec/support/fixtures_path.rb
jekyll-assets-0.6.0 spec/support/fixtures_path.rb
jekyll-assets-0.5.4 spec/support/fixtures_path.rb
jekyll-assets-0.5.3 spec/support/fixtures_path.rb
jekyll-assets-0.5.2 spec/support/fixtures_path.rb
jekyll-assets-0.5.1 spec/support/fixtures_path.rb
jekyll-assets-0.5.0 spec/support/fixtures_path.rb
jekyll-assets-0.4.2 spec/support/fixtures_path.rb
jekyll-assets-0.4.1 spec/support/fixtures_path.rb
jekyll-assets-0.4.0 spec/support/fixtures_path.rb
jekyll-assets-0.3.8 spec/support/fixtures_path.rb
jekyll-assets-0.3.7 spec/support/fixtures_path.rb