Sha256: 9c41b38659ffc2201644a12007f8d1349d618f92dcd9f394ad5d4e20a880e785

Contents?: true

Size: 331 Bytes

Versions: 6

Compression:

Stored size: 331 Bytes

Contents

require 'fakefs/spec_helpers'
require 'jekyll'
require 'liquid'
require 'nokogiri'
require 'pry'
require 'rspec'
require_relative '../lib/jekyll-code-example-tag.rb'

RSpec.configure do |config|
  config.include FakeFS::SpecHelpers, fakefs: true
end

Pry.config.history.should_save = false;
Pry.config.history.should_load = false;

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jekyll-code-example-tag-2.0.0 spec/spec_helper.rb
jekyll-code-example-tag-1.0.0 spec/spec_helper.rb
jekyll-code-example-tag-0.0.7 spec/spec_helper.rb
jekyll-code-example-tag-0.0.6 spec/spec_helper.rb
jekyll-code-example-tag-0.0.5 spec/spec_helper.rb
jekyll-code-example-tag-0.0.4 spec/spec_helper.rb