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