File tree Expand file tree Collapse file tree 1 file changed +17
-11
lines changed Expand file tree Collapse file tree 1 file changed +17
-11
lines changed Original file line number Diff line number Diff line change 1
1
### 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 )
13
3
14
4
Enhancements
15
5
@@ -21,6 +11,22 @@ Enhancements
21
11
* Add generator for generator specs. (@ConSou , #2085 )
22
12
* Add option to generate routes when generating controller specs. (David Revelo, #2134 )
23
13
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
+
24
30
### 3.8.2 / 2019-01-13
25
31
[ Full Changelog] ( http://github.com/rspec/rspec-rails/compare/v3.8.1...v3.8.2 )
26
32
You can’t perform that action at this time.
0 commit comments