Skip to content

Commit 70307e7

Browse files
committed
Version 3.8.3
1 parent 203e893 commit 70307e7

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

Changelog.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
### Development
2-
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.8.2...master)
3-
4-
Bug Fixes:
5-
6-
* Make the `ActiveJob` matchers fail when multiple jobs are queued for negated
7-
matches. e.g. `expect { job; job; }.to_not have_enqueued_job.
8-
(Emric Istanful, #2069)
9-
* Namespaced fixtures now generate a `/` seperated path rather than an `_`.
10-
(@nxlith, #2077)
11-
* Check the arity of `errors` before attempting to use it to generate the `be_valid`
12-
error message. (Kevin Kuchta, #2096)
2+
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.8.3...master)
133

144
Enhancements
155

@@ -21,6 +11,22 @@ Enhancements
2111
* Add generator for generator specs. (@ConSou, #2085)
2212
* Add option to generate routes when generating controller specs. (David Revelo, #2134)
2313

14+
Bug Fixes:
15+
16+
* Make the `ActiveJob` matchers fail when multiple jobs are queued for negated
17+
matches. e.g. `expect { job; job; }.to_not have_enqueued_job.
18+
(Emric Istanful, #2069)
19+
20+
### 3.8.3 / 2019-10-03
21+
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.8.2...master)
22+
23+
Bug Fixes:
24+
25+
* Namespaced fixtures now generate a `/` seperated path rather than an `_`.
26+
(@nxlith, #2077)
27+
* Check the arity of `errors` before attempting to use it to generate the `be_valid`
28+
error message. (Kevin Kuchta, #2096)
29+
2430
### 3.8.2 / 2019-01-13
2531
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.8.1...v3.8.2)
2632

0 commit comments

Comments
 (0)