Sha256: 973266482d69e47d2c43652a5d505842561dcaf9b7bab4b7d041fca67ede8bd3
Contents?: true
Size: 520 Bytes
Versions: 2
Compression:
Stored size: 520 Bytes
Contents
# frozen_string_literal: true require "jekyll" require File.expand_path("../lib/jekyll-cloudcannon-schedule", __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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-cloudcannon-schedule-0.1.3 | spec/spec_helper.rb |
jekyll-cloudcannon-schedule-0.1.2 | spec/spec_helper.rb |