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

@@ -74,4 +74,5 @@ group :test do
gem "simplecov", :require => false
gem "timecop"
gem "fakeweb"
gem "test_after_commit" # XXX remove me after upgrading to rails 5.
end