rails--rails/activejob/test/cases
Jonathan Hefner b16c38ab6a Support procs for assert_{enqueued,performed}_with
PR #33995 added support for specifying the `args` argument of
`assert_enqueued_with` and `assert_performed_with` as a matcher proc.
In doing so, it added undocumented support for specifying the other
arguments as matcher procs as well.  This commit officially documents
that support, and adds tests to ensure the behavior.
2020-05-07 15:36:41 -05:00
..
adapter_test.rb
argument_serialization_test.rb Fix keyword arguments warnings in Active Job 2020-01-21 05:53:23 +09:00
callbacks_test.rb Fix AJ wrong deprecation message on `after_callbacks_if_terminated`: 2020-03-03 16:17:55 -04:00
exceptions_test.rb parent 6d0895a489 2020-03-05 07:45:33 -08:00
job_serialization_test.rb Fix random CI fail due to auto-updating timestamp 2020-04-06 23:31:29 -05:00
logging_test.rb Fix wrong logging message in AJ in case a job returns a falsey value: 2020-01-03 17:14:56 +01:00
queue_adapter_test.rb Fix queue adapter class delegation to point to `self.class` 2019-09-23 21:59:59 -03:00
queue_naming_test.rb Stop queue_name_prefix from being global 2019-09-13 18:30:19 -03:00
queue_priority_test.rb
queuing_test.rb Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block 2018-12-21 06:12:42 +09:00
rescue_test.rb
serializers_test.rb Enable `Layout/EmptyLinesAroundAccessModifier` cop 2019-06-13 12:00:45 +09:00
test_case_test.rb
test_helper_test.rb Support procs for assert_{enqueued,performed}_with 2020-05-07 15:36:41 -05:00
timezones_test.rb
translation_test.rb