Sha256: fcd37580f1a05acce05bdd0b030d8a2f2f2571ec5c71583e16a416899b4188c9

Contents?: true

Size: 207 Bytes

Versions: 8

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

8 entries across 8 versions & 1 rubygems

Version Path
jekyll-assets-0.3.0 spec/support/fixtures_path.rb
jekyll-assets-0.2.3 spec/support/fixtures_path.rb
jekyll-assets-0.2.2 spec/support/fixtures_path.rb
jekyll-assets-0.2.1 spec/support/fixtures_path.rb
jekyll-assets-0.2.0 spec/support/fixtures_path.rb
jekyll-assets-0.1.2 spec/support/fixtures_path.rb
jekyll-assets-0.1.1 spec/support/fixtures_path.rb
jekyll-assets-0.1.0 spec/support/fixtures_path.rb