Skip to content

Commit 5284c02

Browse files
committed
Release 3.8.2 changelog
1 parent 6b62a60 commit 5284c02

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

Changelog.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,32 @@
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
12-
matches. e.g. `expect { job; job; }.to_not have_enqueued_job
13-
(Emric Istanful, #2069)
7+
matches. e.g. `expect { job; job; }.to_not have_enqueued_job
8+
(Emric Istanful, #2069)
149

1510
Enhancements
1611

1712
* Use `__dir__` instead of `__FILE__` in generated `rails_helper.rb` where
18-
supported. (OKURA Masafumi, #2048)
13+
supported. (OKURA Masafumi, #2048)
1914
* Add `have_enqueued` matcher as a "super" matcher to the `ActiveJob` matchers
20-
making it easier to match on `ActiveJob` delivered emails (Joel Lubrano, #2047)
15+
making it easier to match on `ActiveJob` delivered emails (Joel Lubrano, #2047)
16+
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)
2130

2231
### 3.8.1 / 2018-10-23
2332
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.8.0...v3.8.1)

0 commit comments

Comments
 (0)