Adding back the removal of the TEST_DIR. Thanks to sharp eyes.

This commit is contained in:
zachgersh 2013-06-04 07:22:00 -07:00
parent 44cfa0540f
commit eb06cf0d3d
1 changed files with 4 additions and 4 deletions

View File

@ -4,10 +4,10 @@ Before do
Dir.chdir(TEST_DIR)
end
#After do
# Dir.chdir(File.expand_path("..", TEST_DIR))
# FileUtils.rm_rf(TEST_DIR)
#end
After do
Dir.chdir(File.expand_path("..", TEST_DIR))
FileUtils.rm_rf(TEST_DIR)
end
Given /^I have a blank site in "(.*)"$/ do |path|
FileUtils.mkdir(path)