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
7
matches. e.g. `expect { job; job; }.to_not have_enqueued_job
13
8
(Emric Istanful, #2069 )
@@ -19,6 +14,20 @@ Enhancements
19
14
* Add ` have_enqueued ` matcher as a "super" matcher to the ` ActiveJob ` matchers
20
15
making it easier to match on ` ActiveJob ` delivered emails (Joel Lubrano, #2047 )
21
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 )
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 )
24
33
0 commit comments