Skip to content

Commit 3014738

Browse files
committed
Release 3.8.2 changelog
1 parent 6b62a60 commit 3014738

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

Changelog.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
### Development
2-
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.8.1...master)
2+
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.8.2...master)
33

44
Bug Fixes:
55

6-
* Fix issue with generator for preview specs where `Mailer` would be duplicated
7-
in the name. (Kohei Sugi, #2037)
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)
116
* Make the `ActiveJob` matchers fail when multiple jobs are queued for negated
127
matches. e.g. `expect { job; job; }.to_not have_enqueued_job
138
(Emric Istanful, #2069)
@@ -19,6 +14,20 @@ Enhancements
1914
* Add `have_enqueued` matcher as a "super" matcher to the `ActiveJob` matchers
2015
making it easier to match on `ActiveJob` delivered emails (Joel Lubrano, #2047)
2116

17+
### 3.8.2 / 2019-01-13
18+
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.8.1...v3.8.2)
19+
20+
Bug Fixes:
21+
22+
* Fix issue with generator for preview specs where `Mailer` would be duplicated
23+
in the name. (Kohei Sugi, #2037)
24+
* Fix the request spec generator to handle namespaced files. (Kohei Sugi, #2057)
25+
* Further truncate system test filenames to handle cases when extra words are
26+
prepended. (Takumi Kaji, #2058)
27+
* Backport: Make the `ActiveJob` matchers fail when multiple jobs are queued
28+
for negated matches. e.g. `expect { job; job; }.to_not have_enqueued_job
29+
(Emric Istanful, #2069)
30+
2231
### 3.8.1 / 2018-10-23
2332
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.8.0...v3.8.1)
2433

0 commit comments

Comments
 (0)