rails--rails/activejob/test
Edouard CHIN 4d75f58991 Add a way to check for subset of arguments when performing jobs:
- When calling `assert_performed_with`/`assert_enqueued_with`, the
  +args+ needs to match exactly what the job get passed.

  Some jobs can have lot of arguments, or even a simple hash argument
  has many key. This is not convenient to test as most tests doesn't
  need to check if the arguments matches perfectly.

  This PR make it possible to only check if a subset of arguments were
  passed to the job.
2018-09-26 18:45:52 -04:00
..
adapters Remove support for Qu gem. 2018-03-19 21:27:16 +01:00
cases Add a way to check for subset of arguments when performing jobs: 2018-09-26 18:45:52 -04:00
integration ActiveJob Backburner adapter: fix priority 2018-09-07 21:55:05 -07:00
jobs Make `assert_<enqueued|performed>_with()` compare hashes ignoring order of keys 2018-09-21 00:09:40 +05:30
models [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
support Ignore psqlrc files when executing psql commands 2018-09-17 12:13:42 -03:00
helper.rb [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00