aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/active_job/test_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Ability to test activejobs with relative delayVlado Cingel2019-07-261-1/+2
* Add Active Job release notes [ci skip] (#35872)प्रथमेश Sonpatki2019-04-051-2/+2
* Drop microseconds in job argument assertionsGannon McGibbon2019-03-221-0/+14
* Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...Ryuta Kamizono2018-12-201-1/+0
* Allow all ActiveJob assertion helper to accept Proc in their `only` kw:Edouard CHIN2018-11-211-2/+32
* Merge pull request #34204 from XrXr/aj-test-helper-argsRafael França2018-10-241-3/+3
|\
| * Include deserialized arguments in jobs returned by AJ test helpersAlan Wu2018-10-121-3/+3
* | Clarify docs of `ActiveJob::TestHelper` [ci skip]bogdanvlviv2018-10-161-3/+3
|/
* Documentation clarity in ActiveJob::TestHelper [ci skip] (#33571)Mohit Natoo2018-09-281-8/+8
* Add a way to check for subset of arguments when performing jobs:Edouard CHIN2018-09-261-2/+48
* Fix "warning: shadowing outer local variable - job"yuuji.yaginuma2018-09-221-2/+2
* Make `assert_<enqueued|performed>_with()` compare hashes ignoring order of keysSharang Dashputre2018-09-211-9/+16
* DRY in `assert_enqueued_jobs`bogdanvlviv2018-08-201-2/+6
* Fix formatting of `ActiveJob::TestHelper` api docsbogdanvlviv2018-08-201-4/+4
* Allow `assert_performed_with` to be called without a block.bogdanvlviv2018-08-201-7/+34
* Fix `assert_performed_jobs` and `assert_no_performed_jobs`bogdanvlviv2018-08-201-14/+28
* Allow `:queue` option to `assert_no_performed_jobs`.bogdanvlviv2018-08-201-2/+11
* Allow `:queue` option to `assert_performed_jobs`.bogdanvlviv2018-08-201-2/+12
* Fix `perform_enqueued_jobs`bogdanvlviv2018-08-201-1/+4
* Allow `:queue` option to `perform_enqueued_jobs`.bogdanvlviv2018-08-201-4/+18
* Add example `perform_enqueued_jobs` without block to api docs [ci skip]bogdanvlviv2018-08-161-0/+8
* Allow `perform_enqueued_jobs` to be called without a block.Kevin Deisz2018-08-151-6/+21
* Allow `queue` option to `assert_no_enqueued_jobs`bogdanvlviv2018-06-301-2/+10
* Clarify activejob/lib/active_job/test_helper.rbbogdanvlviv2018-06-291-2/+2
* Allow call `assert_enqueued_with` and `assert_enqueued_email_with` with no blockbogdanvlviv2018-06-291-5/+25
* Revert "Merge pull request #33243 from evopark/fix/action-mailer-test-helper-...Rafael Mendonça França2018-06-281-1/+1
* Fix ActionMailer assert_enqueued_email_withMarcus Ilgner2018-06-281-1/+1
* Use `ArgumentError` instead of own error classyuuji.yaginuma2017-07-201-2/+1
* Fix `warning: circular argument reference`yuuji.yaginuma2017-07-191-2/+2
* Add `except` option for ActiveJob::TestHelper methodsposthumanism2017-07-181-13/+73
* [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveJobKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* correctly set test adapter when configure the queue adapter on a per job (#26...Yuji Yaginuma2017-01-311-10/+35
* Merge pull request #27624 from elfassy/assert_enqueued_jobs_with_queue_levelGuillermo Iguaran2017-01-191-10/+24
|\
| * assert_enqueued_jobs with queue optionMichael Elfassy2017-01-181-10/+24
* | s/perfomed/performed/Akira Matsuda2017-01-171-1/+1
|/
* No need to nodoc private methodsAkira Matsuda2016-12-241-5/+5
* remove Ruby warning from Active Job test helper methodsyuuji.yaginuma2016-11-181-4/+4
* Use named parameters instead of `assert_valid_keys`Maxime Boisvert2016-11-161-8/+8
* Add examples of queue_adapter and perform_enqueued jobs to API Docs.Gabi Stefanini2016-10-211-0/+24
* use `descendants` to get class that inherited `ActiveJob::Base`yuuji.yaginuma2016-09-051-1/+1
* applies new string literal convention in activejob/libXavier Noria2016-08-061-2/+2
* Provide the ability to override the queue adapter used by jobs underSteve Lounsbury2016-06-111-1/+14
* update `assert_no_performed_jobs` doc to use `assert_no_performed_jobs` metho...yuuji.yaginuma2016-03-301-18/+5
* Do not define methods in the included blockRafael Mendonça França2016-02-241-293/+289
* fix typo in `assert_enqueued_jobs` example [ci skip]yuuji.yaginuma2016-02-071-1/+1
* Added missing specs for not modifying queues when using AJ test helpersWojciech Wnętrzak2015-10-071-14/+10
* Fixed serializing `:at` option for `assert_enqueued_with` and `assert_perform...Wojciech Wnętrzak2015-10-031-4/+11