mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 17:28:29 -05:00
Cucumber: remove test dir if it's there
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
Before do
|
||||
if File.directory?(TEST_DIR)
|
||||
FileUtils.rm_rf(TEST_DIR)
|
||||
end
|
||||
FileUtils.mkdir(TEST_DIR)
|
||||
Dir.chdir(TEST_DIR)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user