aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/active_job/test_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* ActiveJob testing improvementsCristian Bica2014-12-301-0/+2
| | | | | | | | 1. The :test adapter wasn't going through a full cycle of serialize/deserialize when performing jobs. Now it does 2. Regular AJ tests were not run for the :test adapter. Now they are 3. ActiveJob::TestHelper uses assert_valid_keys but doesn’t requires the file that implements that method. Now it does
* Add perform_enqueued_jobsFábio Luiz Nery de Miranda2014-11-251-7/+29
| | | | | | | | | It will set proper queue_adapter state required by assert_performed_jobs assertions. Also the block version of assert_performed_jobs will make sure this state is respected. Fixes #17684
* Tiny documentation fixes and styling improvementsRobin Dupret2014-11-011-2/+2
| | | | [ci skip]
* - Fix mentioned shortcut, to what the shortcut actually is, and that it ↵Vipul A M2014-10-211-2/+2
| | | | | | | | accepts blocks for `assert_no_enqueued_jobs` and `assert_no_performed_jobs` test helpers. - args => arguments when used in actual docs. [ci skip]
* add message to `assert` in `assert_enqueued_with`yuuji.yaginuma2014-09-231-1/+1
|
* correct rdoc [ci skip]Abdelkader Boudih2014-09-051-14/+14
|
* [ActiveJob] TestCase (Will squash before merge)Abdelkader Boudih2014-09-021-13/+16
|
* [ActiveJob] TestCaseAbdelkader Boudih2014-09-021-152/+175
|
* [ActiveJob] TestCaseAbdelkader Boudih2014-09-021-0/+170