aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/cases/test_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Ability to test activejobs with relative delayVlado Cingel2019-07-261-0/+18
* Fix assert_performed_with time testsGannon McGibbon2019-03-251-9/+9
* Drop microseconds in job argument assertionsGannon McGibbon2019-03-221-0/+54
* activejob typo fixes.alkesh262019-01-291-1/+1
* Allow all ActiveJob assertion helper to accept Proc in their `only` kw:Edouard CHIN2018-11-211-0/+56
* Include deserialized arguments in jobs returned by AJ test helpersAlan Wu2018-10-121-12/+12
* Add a way to check for subset of arguments when performing jobs:Edouard CHIN2018-09-261-0/+46
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* Make `assert_<enqueued|performed>_with()` compare hashes ignoring order of keysSharang Dashputre2018-09-211-0/+13
* Update test_helper_test.rbSharang Dashputre2018-09-121-1/+1
* Remove duplicate testutilum2018-08-221-2/+2
* Allow `assert_performed_with` to be called without a block.bogdanvlviv2018-08-201-7/+91
* Fix `assert_performed_jobs` and `assert_no_performed_jobs`bogdanvlviv2018-08-201-10/+256
* Allow `:queue` option to `assert_no_performed_jobs`.bogdanvlviv2018-08-201-0/+54
* Allow `:queue` option to `assert_performed_jobs`.bogdanvlviv2018-08-201-0/+58
* Allow `:queue` option to `perform_enqueued_jobs`.bogdanvlviv2018-08-201-5/+139
* Allow `perform_enqueued_jobs` to be called without a block.Kevin Deisz2018-08-151-2/+18
* Allow `queue` option to `assert_no_enqueued_jobs`bogdanvlviv2018-06-301-0/+73
* Clarify activejob/lib/active_job/test_helper.rbbogdanvlviv2018-06-291-2/+8
* Allow call `assert_enqueued_with` and `assert_enqueued_email_with` with no blockbogdanvlviv2018-06-291-9/+74
* Use `ArgumentError` instead of own error classyuuji.yaginuma2017-07-201-17/+17
* Add `except` option for ActiveJob::TestHelper methodsposthumanism2017-07-181-0/+359
* [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
* Revert #27850 following test breakage (#28427)David Heinemeier Hansson2017-03-151-11/+0
* correctly set test adapter when configure the queue adapter on a per job (#26...Yuji Yaginuma2017-01-311-0/+17
* Append skipped jobs to enqueued_jobsAlexander Pauly2017-01-311-0/+11
* assert_enqueued_jobs with queue optionMichael Elfassy2017-01-181-0/+21
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-2/+2
* Uses queue adapter_method instead of ActiveJob::Base.queue_adapterGabi Stefanini2016-10-241-2/+2
* use `descendants` to get class that inherited `ActiveJob::Base`yuuji.yaginuma2016-09-051-0/+7
* 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