Skip to content

Commit 5a9182b

Browse files
authored
Cleanup changelog
[skip ci]
1 parent 36e3c78 commit 5a9182b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Changelog.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@
44
Bug Fixes:
55

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

1010
Enhancements
1111

1212
* Use `__dir__` instead of `__FILE__` in generated `rails_helper.rb` where
1313
supported. (OKURA Masafumi, #2048)
1414
* Add `have_enqueued` matcher as a "super" matcher to the `ActiveJob` matchers
15-
making it easier to match on `ActiveJob` delivered emails (Joel Lubrano, #2047)
16-
* Add generator for system specs on Rails upper or equal to 5.1 (Andrzej Sliwa,
17-
#1933)
15+
making it easier to match on `ActiveJob` delivered emails. (Joel Lubrano, #2047)
16+
* Add generator for system specs on Rails 5.1 and above. (Andrzej Sliwa, #1933)
1817

1918
### 3.8.2 / 2019-01-13
2019
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.8.1...v3.8.2)

0 commit comments

Comments
 (0)