rails/activejob/test
Hartley McGuire d64acfdcac
Fix Active Job skips
Similarly to Action Mailbox, these tests didn't pass because the skip
patch was included before ActiveSupport::TestCase was defined. Moving
the patch to the bottom of the file fixes the issue.

Once the skip patch was fixed, all of the skips were due to differences
in adapters which aren't really test skips as much as tests that should
not ever run against those adapters.
2023-11-30 11:11:22 -05:00
..
adapters Remove QueAdapter from Active Job 2022-09-12 22:31:10 +09:00
cases Fix Active Job skips 2023-11-30 11:11:22 -05:00
integration Fix Active Job skips 2023-11-30 11:11:22 -05:00
jobs Remove unused test job 2023-11-08 16:33:53 +00:00
models [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
support Use cannonical form of library names 2023-10-30 12:51:35 -05:00
helper.rb Fix Active Job skips 2023-11-30 11:11:22 -05:00