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)
|
Dir.chdir(TEST_DIR)
|
||||||
end
|
end
|
||||||
|
|
||||||
#After do
|
After do
|
||||||
# Dir.chdir(File.expand_path("..", TEST_DIR))
|
Dir.chdir(File.expand_path("..", TEST_DIR))
|
||||||
# FileUtils.rm_rf(TEST_DIR)
|
FileUtils.rm_rf(TEST_DIR)
|
||||||
#end
|
end
|
||||||
|
|
||||||
Given /^I have a blank site in "(.*)"$/ do |path|
|
Given /^I have a blank site in "(.*)"$/ do |path|
|
||||||
FileUtils.mkdir(path)
|
FileUtils.mkdir(path)
|
||||||
|
|
Loading…
Reference in New Issue