File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ Enhancements:
20
20
21
21
Bug Fixes:
22
22
23
- * Fix ` config.define_derived_metadata ` so that it supports cascades and
24
- is not triggered until metadata has been assigned to the example or
25
- example group (Myron Marston, # 2630 , #2635 ).
23
+ * Fix ` config.define_derived_metadata ` so that cascades are not triggered
24
+ until metadata has been assigned to the example or example group
25
+ (Myron Marston, #2635 ).
26
26
27
27
### 3.8.1 / 2019-06-13
28
28
[ Full Changelog] ( http://github.com/rspec/rspec-core/compare/v3.8.0...v3.8.1 )
@@ -34,6 +34,8 @@ Bug Fixes:
34
34
* When defining ` let ` methods that overwrite an existing method, prevent
35
35
a warning being issued by removing the old definition. (Jon Rowe, #2593 )
36
36
* Prevent warning on Ruby 2.6.0-rc1 (Keiji Yoshimi, #2582 )
37
+ * Fix ` config.define_derived_metadata ` so that it supports cascades.
38
+ (Myron Marston, #2630 ).
37
39
38
40
### 3.8.0 / 2018-08-04
39
41
[ Full Changelog] ( http://github.com/rspec/rspec-core/compare/v3.7.1...v3.8.0 )
You can’t perform that action at this time.
0 commit comments