spec/spec_helper.rb in jekyll_quote-0.4.1 vs spec/spec_helper.rb in jekyll_quote-0.4.2

- old
+ new

@@ -1,11 +1,10 @@ require 'jekyll' require_relative '../lib/jekyll_quote' RSpec.configure do |config| - config.filter_run :focus + config.filter_run_when_matching focus: true 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