• E
    Add a way to check for subset of arguments when performing jobs: · 4d75f589
    Edouard CHIN 提交于
    - 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.
    4d75f589
test_helper.rb 20.2 KB