Sha256: c31d0dd3a9e96252c6f28b6f94a457c6dae3788dd855cca84a1f43eb43e6da46

Contents?: true

Size: 506 Bytes

Versions: 11

Compression:

Stored size: 506 Bytes

Contents

require 'jekyll'
require File.expand_path('../lib/jekyll-inline-svg', File.dirname(__FILE__))

Jekyll.logger.log_level = :error

RSpec.configure do |config|
  config.run_all_when_everything_filtered = true
  config.filter_run :focus
  config.order = 'random'

  SOURCE_DIR = File.expand_path("../fixtures", __FILE__)
  DEST_DIR   = File.expand_path("../dest",     __FILE__)

  def source_dir(*files)
    File.join(SOURCE_DIR, *files)
  end

  def dest_dir(*files)
    File.join(DEST_DIR, *files)
  end
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
jekyll-inline-svg-1.1.5 spec/spec_helper.rb
jekyll-inline-svg-1.1.4 spec/spec_helper.rb
jekyll-inline-svg-1.1.3 spec/spec_helper.rb
jekyll-inline-svg-1.1.2 spec/spec_helper.rb
jekyll-inline-external-svg-1.1.1 spec/spec_helper.rb
jekyll-inline-svg-1.1.1 spec/spec_helper.rb
jekyll-inline-svg-1.1.0 spec/spec_helper.rb
jekyll-inline-svg-1.0.1 spec/spec_helper.rb
jekyll-inline-svg-1.0.0 spec/spec_helper.rb
jekyll-inline-svg-0.0.2 spec/spec_helper.rb
jekyll-inline-svg-0.0.1 spec/spec_helper.rb