We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5251eb2 commit 6e29b6aCopy full SHA for 6e29b6a
Changelog.md
@@ -8,6 +8,9 @@ Bug Fixes:
8
* Fix the request spec generator to handle namespaced files. (Kohei Sugi, #2057)
9
* Further truncate system test filenames to handle cases when extra words are
10
prepended. (Takumi Kaji, #2058)
11
+* Backport: Make the `ActiveJob` matchers fail when multiple jobs are queued
12
+ for negated matches. e.g. `expect { job; job; }.to_not have_enqueued_job
13
+ (Emric Istanful, #2069)
14
15
### 3.8.1 / 2018-10-23
16
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.8.0...v3.8.1)
0 commit comments