Sha256: 0c3208ce53d694c081fabeb1c0b73947877b4704ceabbf1a32a0160824cc1b1f

Contents?: true

Size: 494 Bytes

Versions: 32

Compression:

Stored size: 494 Bytes

Contents

require 'rubygems'
gem 'RedCloth', '= 4.2.1'

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

32 entries across 32 versions & 15 rubygems

Version Path
Chrononaut-hyde-0.1.0 test/helper.rb
Chrononaut-hyde-0.1.1 test/helper.rb
PerfectlyNormal-jekyll-0.5.3 test/helper.rb
codeslinger-jekyll-0.5.2 test/helper.rb
codeslinger-jekyll-0.5.3 test/helper.rb
codeslinger-jekyll-0.5.4 test/helper.rb
mojombo-jekyll-0.5.2 test/helper.rb
mojombo-jekyll-0.5.3 test/helper.rb
nirvdrum-jekyll-0.6.0 test/helper.rb
pol-hyde-0.1.2 test/helper.rb
pol-hyde-0.1.3 test/helper.rb
rfelix-jekyll-0.5.4 test/helper.rb
sixones-jekyll-0.5.2.2 test/helper.rb
sixones-jekyll-0.5.2 test/helper.rb
tekin-jekyll-0.5.2 test/helper.rb
tomafro-jekyll-0.5.2.1 test/helper.rb
tomafro-jekyll-0.5.3.1 test/helper.rb
tomafro-jekyll-0.5.3.2 test/helper.rb
tomafro-jekyll-0.5.3.3 test/helper.rb
tomafro-jekyll-0.5.3.5 test/helper.rb