Merge pull request #3158 from evazion/fix-expunge-post

Fix #3156: Expunging posts is broken
This commit is contained in:
Albert Yi
2017-06-15 11:34:02 -07:00
committed by GitHub
6 changed files with 43 additions and 18 deletions

View File

@@ -75,4 +75,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