tests: add more post/pool version creation tests.

Adds the `test_after_commit` gem too because after_commit callbacks
don't fire inside tests in rails <5.0.
This commit is contained in:
evazion
2017-04-01 03:32:02 -05:00
committed by r888888888
parent 8fff3315f2
commit 3c89ee3199
4 changed files with 57 additions and 2 deletions

View File

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