Adding back the removal of the TEST_DIR. Thanks to sharp eyes.
This commit is contained in:
parent
44cfa0540f
commit
eb06cf0d3d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue