Sha256: cbee95d5253dbbc815f3fd17aad40f70936f44ce13281fef81e73eda73c264e2

Contents?: true

Size: 448 Bytes

Versions: 13

Compression:

Stored size: 448 Bytes

Contents

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

13 entries across 13 versions & 9 rubygems

Version Path
cduruk-jekyll-0.5.2 test/helper.rb
codeslinger-jekyll-0.5.0 test/helper.rb
cypher-jekyll-0.5.3 test/helper.rb
henrik-jekyll-0.5.0 test/helper.rb
henrik-jekyll-0.5.1 test/helper.rb
henrik-jekyll-0.5.2 test/helper.rb
matflores-jekyll-0.5.0 test/helper.rb
mojombo-jekyll-0.5.0 test/helper.rb
qrush-jekyll-0.5.0 test/helper.rb
sixones-jekyll-0.5.0 test/helper.rb
sixones-jekyll-0.5.1 test/helper.rb
crnixon-jekyll-0.5.2 test/helper.rb
crnixon-jekyll-0.5.1 test/helper.rb