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 61454c5 commit e73cd65Copy full SHA for e73cd65
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
+* Make the `ActiveJob` matchers fail when multiple jobs are queued for negated
12
+ matches. e.g. `expect { job; job; }.to_not have_enqueued_job
13
+ (Emric Istanful, #2069)
14
15
Enhancements
16
0 commit comments