rails/activejob/test
Xavier Noria cd22ecbfc2 Deletes an AJ test that used classic
AJ infers adapater class names, and loads them. How are those classes made
available to AJ is a user's concern.

Perhaps they loaded the adapter with require, perhaps they have the class in the
autoload_once_paths. It does not matter, it is the user responsibility to make
the class available _somehow_, and AJ can assume that.
2021-08-09 13:39:51 +02:00
..
adapters Remove support for Qu gem. 2018-03-19 21:27:16 +01:00
cases Deletes an AJ test that used classic 2021-08-09 13:39:51 +02:00
integration Wrap evaluation of db/seeds.rb with the executor 2020-11-18 16:26:20 -06:00
jobs Deletes an AJ test that used classic 2021-08-09 13:39:51 +02:00
models [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
support Always use OpenSSL constants for Digest operations 2021-06-30 13:57:54 +02:00
helper.rb Return false when enqueuing a job is aborted 2020-10-30 00:25:31 +00:00