Sha256: 0ce81f95e3d2dc38330af20ca7bf96a60ab1c7bcf4438ca5525673037a9e06b6

Contents?: true

Size: 497 Bytes

Versions: 2

Compression:

Stored size: 497 Bytes

Contents

require 'jekyll'
require File.expand_path('../lib/jekyll/roman', 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

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-roman-0.0.3 spec/spec_helper.rb
jekyll-roman-0.0.2 spec/spec_helper.rb