1. 09 8月, 2019 6 次提交
  2. 08 8月, 2019 16 次提交
  3. 07 8月, 2019 17 次提交
  4. 06 8月, 2019 1 次提交
    • J
      Add at option to perform_enqueued_jobs test helper · 647317d1
      John Crepezzi 提交于
      Currently, the `perform_enqueued_jobs` helpers will also immediately
      perform jobs that are scheduled via `set(wait:)` to run in the future.
      This commit adds a new argument to `perform_enqueued_jobs` to make it
      only run jobs scheduled at or before the passed in `Time`. This allows
      testing the side effects of immediate job execution separate of jobs
      delayed in the future.
      647317d1