aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/support/integration/helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Added new lines to run title for easy log readinghiren mistry2015-09-191-1/+1
|
* Changed the AJADAPTER to AJ_ADAPTERJeroen van Baarsen2015-02-221-1/+1
| | | | | | | * This allows for easier reading, since those are two words, so they should be split by _ Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-311-1/+1
| | | | ref: https://github.com/rails/rails/pull/18763#issuecomment-72349769
* Make AJ integration tests much less verboseMatthew Draper2014-09-271-4/+2
| | | | In passing, avoid a blind retry in QC: instead, just fix the problem.
* ActiveJob Integration TestsCristian Bica2014-09-111-0/+32