aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Output junit format test reportFumiaki MATSUSHIMA2019-04-041-0/+2
|
* [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
| | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa.
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
|
* remove `ActiveSupport.halt_callback_chains_on_return_false` from everywhereyuuji.yaginuma2017-02-081-1/+0
|
* Output adapter being tested.utilum2016-12-121-0/+1
|
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
|
* applies new string literal convention in activejob/testXavier Noria2016-08-061-7/+7
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* Remove load_paths fileArthur Neves2016-02-271-2/+0
|
* Silence logging in Active Job unit testsAndrew White2015-09-211-0/+1
|
* Silence callback deprecation warning if testing AJclaudiob2015-08-311-0/+1
| | | | | | | | | | | | | | | Currently the log returned by running ActiveJob tests is filled with: > DEPRECATION WARNING: Returning `false` in a callback will not implicitly halt a callback chain in the next release of Rails. To explicitly halt a callback chain, please use `throw :abort` instead. For instance, see https://travis-ci.org/rails/rails/builds/77978273 This happens because some setup and teardown methods [like these one](https://github.com/rails/rails/blob/master/activejob/test/cases/async_job_test.rb#L10-L17) invoke other methods like `perform_asynchronously!` that can return `false`, but not with the intention of halting the process if they do. In my opinion, these deprecation warnings can be silenced to have the log result cleaner (especially when browsing for errors).
* Don't need to explicitly set test_order it's :random defaultMehmet Emin İNAÇ2015-05-081-2/+0
|
* Changed the AJADAPTER to AJ_ADAPTERJeroen van Baarsen2015-02-221-1/+1
| | | | | | | * This allows for easier reading, since those are two words, so they should be split by _ Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* No need to disable sidikiq tests with 1.9.3 anymoreRafael Mendonça França2015-01-041-11/+0
|
* No need to specify log level, run at log level as all other Rails components.Vipul A M2014-10-201-1/+0
|
* Se the test order of activejob testsRafael Mendonça França2014-09-121-1/+1
|
* ActiveJob Integration TestsCristian Bica2014-09-111-1/+7
|
* Avoid skipping Sidekiq tests on RubiniusRobin Dupret2014-08-291-8/+2
| | | | | Now that Travis provides support for Rubinius 2.2.10, we can run the Sidekiq tests against this version.
* [ActiveJob] extract JobBuffer from helperAbdelkader Boudih2014-08-291-20/+0
|
* [ActiveJob] Fix tests for sucker_punchAbdelkader Boudih2014-08-171-0/+20
|
* [ActiveJob] Use globalid gemAbdelkader Boudih2014-08-171-0/+2
|
* Clean adapter_test.rb and skip test for sidekiq in unsupported rubiesAbdelkader Boudih2014-08-131-2/+19
|
* Added ActionMailer::DeliverLaterAbdelkader Boudih2014-08-131-4/+1
|
* Remove activejob integration testsAbdelkader Boudih2014-08-121-6/+1
|
* Add 'activejob/' from commit '14f74a8331f94150dfee653224de8fc837797709'Abdelkader Boudih2014-08-121-0/+19
git-subtree-dir: activejob git-subtree-mainline: b45b99894a60eda434abec94d133a1cfd8de2dda git-subtree-split: 14f74a8331f94150dfee653224de8fc837797709