Sha256: 62cb3e6d1aaa509d104eb4858bdbc079ec84ee2abe54be388edf76c5a4b3b8c9

Contents?: true

Size: 211 Bytes

Versions: 26

Compression:

Stored size: 211 Bytes

Contents

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

require 'test/unit'

include Jekyll

def dest_dir
  File.join(File.dirname(__FILE__), *%w[dest])
end

def clear_dest
  FileUtils.rm_rf(dest_dir)
end

Version data entries

26 entries across 26 versions & 8 rubygems

Version Path
codeslinger-jekyll-0.3.0 test/helper.rb
codeslinger-jekyll-0.4.1 test/helper.rb
ddemaree-jekyll-0.2.1 test/helper.rb
dysinger-jekyll-0.4.0 test/helper.rb
gabrielg-jekyll-0.2.2 test/helper.rb
mojombo-jekyll-0.1.1 test/helper.rb
mojombo-jekyll-0.1.2 test/helper.rb
mojombo-jekyll-0.1.3 test/helper.rb
mojombo-jekyll-0.1.4 test/helper.rb
mojombo-jekyll-0.1.5 test/helper.rb
mojombo-jekyll-0.1.6 test/helper.rb
mojombo-jekyll-0.2.0 test/helper.rb
mojombo-jekyll-0.3.0 test/helper.rb
mojombo-jekyll-0.4.0 test/helper.rb
mojombo-jekyll-0.4.1 test/helper.rb
qrush-jekyll-0.3.0.1 test/helper.rb
tristandunn-jekyll-0.3.0 test/helper.rb
jekyll-0.1.3 test/helper.rb
jekyll-0.1.2 test/helper.rb
jekyll-0.1.4 test/helper.rb