posts: fix expunging posts not deleting files.

Fix expungement to ignore the "file still in use" check.
This commit is contained in:
evazion
2017-06-14 20:02:32 -05:00
parent 24ad435067
commit a844a1daf4
5 changed files with 30 additions and 7 deletions

View File

@@ -48,6 +48,7 @@ class ActionController::TestCase
end
Delayed::Worker.delay_jobs = false
TestAfterCommit.enabled = false
require "helpers/reportbooru_helper"
class ActiveSupport::TestCase