tests: fix upload tests.

This commit is contained in:
evazion
2018-03-19 23:17:24 -05:00
parent 41a4ff15cd
commit d089be9f8a
13 changed files with 96 additions and 273 deletions

View File

@@ -45,6 +45,7 @@ class ActiveSupport::TestCase
end
teardown do
FileUtils.rm_rf(Danbooru.config.storage_manager.base_dir)
Cache.clear
end
end