| Commit message (Expand) | Author | Age | Files | Lines |
* | activejob typo fixes. | alkesh26 | 2019-01-29 | 1 | -1/+1 |
* | Allow all ActiveJob assertion helper to accept Proc in their `only` kw: | Edouard CHIN | 2018-11-21 | 1 | -0/+56 |
* | Include deserialized arguments in jobs returned by AJ test helpers | Alan Wu | 2018-10-12 | 1 | -12/+12 |
* | Add a way to check for subset of arguments when performing jobs: | Edouard CHIN | 2018-09-26 | 1 | -0/+46 |
* | Change the empty block style to have space inside of the block | Rafael Mendonça França | 2018-09-25 | 1 | -1/+1 |
* | Make `assert_<enqueued|performed>_with()` compare hashes ignoring order of keys | Sharang Dashputre | 2018-09-21 | 1 | -0/+13 |
* | Update test_helper_test.rb | Sharang Dashputre | 2018-09-12 | 1 | -1/+1 |
* | Remove duplicate test | utilum | 2018-08-22 | 1 | -2/+2 |
* | Allow `assert_performed_with` to be called without a block. | bogdanvlviv | 2018-08-20 | 1 | -7/+91 |
* | Fix `assert_performed_jobs` and `assert_no_performed_jobs` | bogdanvlviv | 2018-08-20 | 1 | -10/+256 |
* | Allow `:queue` option to `assert_no_performed_jobs`. | bogdanvlviv | 2018-08-20 | 1 | -0/+54 |
* | Allow `:queue` option to `assert_performed_jobs`. | bogdanvlviv | 2018-08-20 | 1 | -0/+58 |
* | Allow `:queue` option to `perform_enqueued_jobs`. | bogdanvlviv | 2018-08-20 | 1 | -5/+139 |
* | Allow `perform_enqueued_jobs` to be called without a block. | Kevin Deisz | 2018-08-15 | 1 | -2/+18 |
* | Allow `queue` option to `assert_no_enqueued_jobs` | bogdanvlviv | 2018-06-30 | 1 | -0/+73 |
* | Clarify activejob/lib/active_job/test_helper.rb | bogdanvlviv | 2018-06-29 | 1 | -2/+8 |
* | Allow call `assert_enqueued_with` and `assert_enqueued_email_with` with no block | bogdanvlviv | 2018-06-29 | 1 | -9/+74 |
* | Use `ArgumentError` instead of own error class | yuuji.yaginuma | 2017-07-20 | 1 | -17/+17 |
* | Add `except` option for ActiveJob::TestHelper methods | posthumanism | 2017-07-18 | 1 | -0/+359 |
* | [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 1 | -0/+1 |
* | Use frozen-string-literal in ActiveJob | Kir Shatrov | 2017-07-09 | 1 | -0/+1 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Revert #27850 following test breakage (#28427) | David Heinemeier Hansson | 2017-03-15 | 1 | -11/+0 |
* | correctly set test adapter when configure the queue adapter on a per job (#26... | Yuji Yaginuma | 2017-01-31 | 1 | -0/+17 |
* | Append skipped jobs to enqueued_jobs | Alexander Pauly | 2017-01-31 | 1 | -0/+11 |
* | assert_enqueued_jobs with queue option | Michael Elfassy | 2017-01-18 | 1 | -0/+21 |
* | "Use assert_nil if expecting nil. This will fail in minitest 6." | Akira Matsuda | 2016-12-25 | 1 | -2/+2 |
* | Uses queue adapter_method instead of ActiveJob::Base.queue_adapter | Gabi Stefanini | 2016-10-24 | 1 | -2/+2 |
* | use `descendants` to get class that inherited `ActiveJob::Base` | yuuji.yaginuma | 2016-09-05 | 1 | -0/+7 |
* | applies new string literal convention in activejob/test | Xavier Noria | 2016-08-06 | 1 | -57/+57 |
* | Provide the ability to override the queue adapter used by jobs under | Steve Lounsbury | 2016-06-11 | 1 | -0/+12 |
* | Added missing specs for not modifying queues when using AJ test helpers | Wojciech Wnętrzak | 2015-10-07 | 1 | -0/+21 |
* | Merge pull request #21854 from morgoth/fix-serializing-at-option-in-aj-matchers | Yves Senn | 2015-10-05 | 1 | -4/+22 |
|\ |
|
| * | Fixed serializing `:at` option for `assert_enqueued_with` and `assert_perform... | Wojciech Wnętrzak | 2015-10-03 | 1 | -4/+16 |
|/ |
|
* | Support passing array to `assert_enqueued_jobs` in `:only` option | Wojciech Wnętrzak | 2015-10-03 | 1 | -0/+18 |
* | Make assert_enqueued_with and assert_performed_with returns the matched job | Jean Boussier | 2015-08-10 | 1 | -0/+22 |
* | Merge pull request #19969 from y-yagi/fix_job_helper_method | Yves Senn | 2015-05-01 | 1 | -0/+22 |
* | Fix leaky `only: …` option for Active Job assertions | Jeremy Kemper | 2015-03-06 | 1 | -0/+8 |
* | Add an `:only` option to `perform_enqueued_jobs` to filter jobs based on | Michael Ryan | 2015-02-06 | 1 | -0/+78 |
* | Fix ActiveJob assertions with a GlobalID object argument | Richard Manyanza | 2015-01-23 | 1 | -0/+39 |
* | Add :only option to assert_no_enqueued_jobs | George Claghorn | 2015-01-08 | 1 | -0/+19 |
* | Add :only option to assert_enqueued_jobs | George Claghorn | 2015-01-07 | 1 | -0/+40 |
* | Add perform_enqueued_jobs | Fábio Luiz Nery de Miranda | 2014-11-25 | 1 | -13/+23 |
* | Merge pull request #17005 from y-yagi/fix_aj_test_helper | Yves Senn | 2014-09-23 | 1 | -1/+3 |
|\ |
|
| * | add message to `assert` in `assert_enqueued_with` | yuuji.yaginuma | 2014-09-23 | 1 | -1/+3 |
|/ |
|
* | Active Job refactoring | Cristian Bica | 2014-09-03 | 1 | -33/+33 |
* | [ActiveJob] TestCase (Will squash before merge) | Abdelkader Boudih | 2014-09-02 | 1 | -3/+2 |
* | [ActiveJob] TestCase | Abdelkader Boudih | 2014-09-02 | 1 | -11/+9 |
* | [ActiveJob] TestCase | Abdelkader Boudih | 2014-09-02 | 1 | -0/+217 |