Just remove the darn TEST_DIR
This commit is contained in:
parent
b4f68baafb
commit
457e90fd41
|
@ -1,7 +1,5 @@
|
||||||
Before do
|
Before do
|
||||||
if File.exists?(TEST_DIR)
|
|
||||||
FileUtils.rm_rf(TEST_DIR)
|
FileUtils.rm_rf(TEST_DIR)
|
||||||
end
|
|
||||||
FileUtils.mkdir(TEST_DIR)
|
FileUtils.mkdir(TEST_DIR)
|
||||||
Dir.chdir(TEST_DIR)
|
Dir.chdir(TEST_DIR)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue