diff options
| -rw-r--r-- | activejob/CHANGELOG.md | 17 | 
1 files changed, 4 insertions, 13 deletions
| diff --git a/activejob/CHANGELOG.md b/activejob/CHANGELOG.md index 8c4a74f739..69a5d469e4 100644 --- a/activejob/CHANGELOG.md +++ b/activejob/CHANGELOG.md @@ -1,3 +1,7 @@ +*   Allow `:queue` option to job assertions and helpers. + +    *bogdanvlviv* +  *   Allow `perform_enqueued_jobs` to be called without a block.      Performs all of the jobs that have been enqueued up to this point in the test. @@ -11,19 +15,6 @@      *Zach Kemp* -*   Allow `queue` option to `assert_no_enqueued_jobs`. - -    Example: -    ``` -    def test_no_logging -      assert_no_enqueued_jobs queue: 'default' do -        LoggingJob.set(queue: :some_queue).perform_later -      end -    end -    ``` - -    *bogdanvlviv* -  *   Allow call `assert_enqueued_with` with no block.      Example: | 
