Sha256: b24b9a6bc24a9aec51e2c4854ca77b41aa2df4c0fb30bec3c6c8b149527a0796

Contents?: true

Size: 358 Bytes

Versions: 6

Compression:

Stored size: 358 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

6 entries across 6 versions & 1 rubygems

Version Path
jekyll_plugin_support-0.5.1 spec/spec_helper.rb
jekyll_plugin_support-0.5.0 spec/spec_helper.rb
jekyll_plugin_support-0.4.1 spec/spec_helper.rb
jekyll_plugin_support-0.4.0 spec/spec_helper.rb
jekyll_plugin_support-0.3.1 spec/spec_helper.rb
jekyll_plugin_support-0.3.0 spec/spec_helper.rb