Sha256: 151368d45f2dc8f9cf8fa9932e36da47899db0fc01d6998f2e368aee8581e74a
Contents?: true
Size: 382 Bytes
Versions: 3
Compression:
Stored size: 382 Bytes
Contents
require 'jekyll' require 'fileutils' require_relative '../lib/jekyll_from_to_until' Jekyll.logger.log_level = :info RSpec.configure do |config| config.filter_run_when_matching focus: true # config.order = 'random' # See https://relishapp.com/rspec/rspec-core/docs/command-line/only-failures config.example_status_persistence_file_path = "spec/status_persistence.txt" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll_from_to_until-1.0.6 | spec/spec_helper.rb |
jekyll_from_to_until-1.0.5 | spec/spec_helper.rb |
jekyll_from_to_until-1.0.4 | spec/spec_helper.rb |