Sha256: 615cf0d52e66c10f15b3e06cefe016bc007cf52e91c7c74ef3a797dfa3a07f5b

Contents?: true

Size: 150 Bytes

Versions: 19

Compression:

Stored size: 150 Bytes

Contents

require "pathname"

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

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
jekyll-assets-1.0.0 spec/support/fixtures_helpers.rb
jekyll-assets-1.0.0.pre.alpha1 spec/support/fixtures_helpers.rb
jekyll-assets-1.0.0.pre.alpha0 spec/support/fixtures_helpers.rb
jekyll-assets-0.14.0 spec/support/fixtures_helpers.rb
jekyll-assets-0.13.0 spec/support/fixtures_helpers.rb
jekyll-assets-0.12.1 spec/support/fixtures_helpers.rb
jekyll-assets-0.12.0 spec/support/fixtures_helpers.rb
jekyll-assets-0.11.0 spec/support/fixtures_helpers.rb
jekyll-assets-0.10.1 spec/support/fixtures_helpers.rb
jekyll-assets-0.10.0 spec/support/fixtures_helpers.rb
jekyll-assets-0.9.2 spec/support/fixtures_helpers.rb
jekyll-assets-0.9.1 spec/support/fixtures_helpers.rb
jekyll-assets-0.9.0 spec/support/fixtures_helpers.rb
jekyll-assets-0.8.1 spec/support/fixtures_helpers.rb
jekyll-assets-0.8.0 spec/support/fixtures_helpers.rb
tgfa-jekyll-assets-0.7.9.2 spec/support/fixtures_helpers.rb
tgfa-jekyll-assets-0.7.9.1 spec/support/fixtures_helpers.rb
jekyll-assets-0.7.9 spec/support/fixtures_helpers.rb
jekyll-assets-0.7.8 spec/support/fixtures_helpers.rb