Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only *configure* the queue in setup; DB creation must come later | Matthew Draper | 2015-04-20 | 1 | -10/+12 |
| | | | | | | | | | setup gets called from the initializer, so it happens more than once in a test run. Trying to drop the database again after the first process is connected is.. ineffective. And entirely pointless. Instead, defer creating the database to start_workers -- which only happens once, right before we start doing anything real. | ||||
* | Fixed ActiveJob integration tests | Cristian Bica | 2015-03-05 | 1 | -1/+3 |
| | |||||
* | Make AJ integration tests much less verbose | Matthew Draper | 2014-09-27 | 1 | -15/+3 |
| | | | | In passing, avoid a blind retry in QC: instead, just fix the problem. | ||||
* | ActiveJob Integration Tests | Cristian Bica | 2014-09-11 | 1 | -0/+45 |