Sha256: b04e79d52d8596676190edefb61cc4ef5b11e2467bde8696d59d15ce72c46f41

Contents?: true

Size: 494 Bytes

Versions: 12

Compression:

Stored size: 494 Bytes

Contents

require 'rubygems'
gem 'RedCloth', '= 4.1.0'

require File.join(File.dirname(__FILE__), *%w[.. lib jekyll])

require 'test/unit'
require 'redgreen'
require 'shoulda'
require 'rr'

include Jekyll

class Test::Unit::TestCase
  include RR::Adapters::TestUnit

  def dest_dir(*subdirs)
    File.join(File.dirname(__FILE__), 'dest', *subdirs)
  end

  def source_dir(*subdirs)
    File.join(File.dirname(__FILE__), 'source', *subdirs)
  end

  def clear_dest
    FileUtils.rm_rf(dest_dir)
  end
end

Version data entries

12 entries across 12 versions & 8 rubygems

Version Path
PerfectlyNormal-jekyll-0.5.1 test/helper.rb
codeslinger-jekyll-0.5.1 test/helper.rb
cypher-jekyll-0.5.2 test/helper.rb
jroes-jekyll-0.5.1 test/helper.rb
jroes-jekyll-0.5.2 test/helper.rb
jroes-jekyll-0.5.3 test/helper.rb
jroes-jekyll-0.5.4 test/helper.rb
mojombo-jekyll-0.5.1 test/helper.rb
qrush-jekyll-0.5.1 test/helper.rb
tkmr-jekyll-0.5.1 test/helper.rb
tkmr-jekyll-0.5.2 test/helper.rb
jekyll-0.5.1 test/helper.rb