Just remove the darn TEST_DIR

This commit is contained in:
Parker Moore 2013-04-15 15:42:21 +02:00
parent b4f68baafb
commit 457e90fd41
1 changed files with 1 additions and 3 deletions

View File

@ -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