mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-31 09:48:30 -05:00
13 lines
215 B
Ruby
13 lines
215 B
Ruby
require File.join(File.dirname(__FILE__), *%w[.. lib autoblog])
|
|
|
|
require 'test/unit'
|
|
|
|
include AutoBlog
|
|
|
|
def dest_dir
|
|
File.join(File.dirname(__FILE__), *%w[dest])
|
|
end
|
|
|
|
def clear_dest
|
|
FileUtils.rm_rf(dest_dir)
|
|
end |