Sha256: 2c483a5a4326b4efc8f3b700babeabbccd70cb50e82367d48a1571870611e829

Contents?: true

Size: 360 Bytes

Versions: 8

Compression:

Stored size: 360 Bytes

Contents

require 'jekyll'
require_relative '../lib/jekyll_plugin_support'

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

8 entries across 8 versions & 1 rubygems

Version Path
jekyll_plugin_support-0.7.2 spec/spec_helper.rb
jekyll_plugin_support-0.7.1 spec/spec_helper.rb
jekyll_plugin_support-0.7.0 spec/spec_helper.rb
jekyll_plugin_support-0.6.2 spec/spec_helper.rb
jekyll_plugin_support-0.6.1 spec/spec_helper.rb
jekyll_plugin_support-0.6.0 spec/spec_helper.rb
jekyll_plugin_support-0.5.3 spec/spec_helper.rb
jekyll_plugin_support-0.5.2 spec/spec_helper.rb