mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 17:28:29 -05:00
13 lines
211 B
Ruby
13 lines
211 B
Ruby
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 |