Sha256: 32c97b1e027980518c65d68b6fadbb9d465a8c7c41779c6d37129ace9c38ebfa
Contents?: true
Size: 418 Bytes
Versions: 3
Compression:
Stored size: 418 Bytes
Contents
# frozen_string_literal: true require "jekyll" require_relative "../lib/jekyll_time_since" 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll_time_since-0.1.3 | spec/spec_helper.rb |
jekyll_time_since-0.1.2 | spec/spec_helper.rb |
jekyll_time_since-0.1.1 | spec/spec_helper.rb |