aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/cases/test_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* applies new string literal convention in activejob/testXavier Noria2016-08-061-57/+57
* Provide the ability to override the queue adapter used by jobs underSteve Lounsbury2016-06-111-0/+12
* Added missing specs for not modifying queues when using AJ test helpersWojciech Wnętrzak2015-10-071-0/+21
* Merge pull request #21854 from morgoth/fix-serializing-at-option-in-aj-matchersYves Senn2015-10-051-4/+22
|\
| * Fixed serializing `:at` option for `assert_enqueued_with` and `assert_perform...Wojciech Wnętrzak2015-10-031-4/+16
|/
* Support passing array to `assert_enqueued_jobs` in `:only` optionWojciech Wnętrzak2015-10-031-0/+18
* Make assert_enqueued_with and assert_performed_with returns the matched jobJean Boussier2015-08-101-0/+22
* Merge pull request #19969 from y-yagi/fix_job_helper_methodYves Senn2015-05-011-0/+22
* Fix leaky `only: …` option for Active Job assertionsJeremy Kemper2015-03-061-0/+8
* Add an `:only` option to `perform_enqueued_jobs` to filter jobs based onMichael Ryan2015-02-061-0/+78
* Fix ActiveJob assertions with a GlobalID object argumentRichard Manyanza2015-01-231-0/+39
* Add :only option to assert_no_enqueued_jobsGeorge Claghorn2015-01-081-0/+19
* Add :only option to assert_enqueued_jobsGeorge Claghorn2015-01-071-0/+40
* Add perform_enqueued_jobsFábio Luiz Nery de Miranda2014-11-251-13/+23
* Merge pull request #17005 from y-yagi/fix_aj_test_helperYves Senn2014-09-231-1/+3
|\
| * add message to `assert` in `assert_enqueued_with`yuuji.yaginuma2014-09-231-1/+3
|/
* Active Job refactoringCristian Bica2014-09-031-33/+33
* [ActiveJob] TestCase (Will squash before merge)Abdelkader Boudih2014-09-021-3/+2
* [ActiveJob] TestCaseAbdelkader Boudih2014-09-021-11/+9
* [ActiveJob] TestCaseAbdelkader Boudih2014-09-021-0/+217