Sha256: 9a31c5d8f5bae77db98a77c278a028ab4a8ce38052d5c91fcc0d2c107de51da4
Contents?: true
Size: 418 Bytes
Versions: 5
Compression:
Stored size: 418 Bytes
Contents
# frozen_string_literal: true require "jekyll" require_relative "../lib/flexible_include" Jekyll.logger.log_level = :info RSpec.configure do |config| config.filter_run :focus config.order = "random" config.run_all_when_everything_filtered = true # 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
5 entries across 5 versions & 1 rubygems