Skip to content

Commit 0659505

Browse files
authored
Merge pull request #2185 from aried3r/patch-2
Add missing backtick to Changelog.md
2 parents dc48769 + c922c9d commit 0659505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Enhancements
1717
Bug Fixes:
1818

1919
* Make the `ActiveJob` matchers fail when multiple jobs are queued for negated
20-
matches. e.g. `expect { job; job; }.to_not have_enqueued_job.
20+
matches. e.g. `expect { job; job; }.to_not have_enqueued_job`.
2121
(Emric Istanful, #2069)
2222

2323
### 3.8.3 / 2019-10-03

0 commit comments

Comments
 (0)