Sha256: 8ba7226860f1ce5ae3065c8c245ac54dd56f6aa60d415be7f9a3c9c31612c926
Contents?: true
Size: 507 Bytes
Versions: 3
Compression:
Stored size: 507 Bytes
Contents
# frozen_string_literal: true require "jekyll" require File.expand_path("../lib/jekyll-sitemap", __dir__) Jekyll.logger.log_level = :error RSpec.configure do |config| config.run_all_when_everything_filtered = true config.filter_run :focus config.order = "random" SOURCE_DIR = File.expand_path("fixtures", __dir__) DEST_DIR = File.expand_path("dest", __dir__) def source_dir(*files) File.join(SOURCE_DIR, *files) end def dest_dir(*files) File.join(DEST_DIR, *files) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-sitemap-1.3.1 | spec/spec_helper.rb |
jekyll-sitemap-1.3.0 | spec/spec_helper.rb |
jekyll-sitemap-1.2.0 | spec/spec_helper.rb |