|
1 | 1 | ### 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) |
3 | 3 |
|
4 | 4 | Bug Fixes:
|
5 | 5 |
|
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) |
11 | 6 | * 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) |
14 | 9 |
|
15 | 10 | Enhancements
|
16 | 11 |
|
17 | 12 | * Use `__dir__` instead of `__FILE__` in generated `rails_helper.rb` where
|
18 |
| - supported. (OKURA Masafumi, #2048) |
| 13 | +supported. (OKURA Masafumi, #2048) |
19 | 14 | * 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) |
21 | 30 |
|
22 | 31 | ### 3.8.1 / 2018-10-23
|
23 | 32 | [Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.8.0...v3.8.1)
|
|
0 commit comments