This repository was archived by the owner on Nov 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change
1
+ ### 3.8.2 / 2019-06-29
2
+ [ Full Changelog] ( http://github.com/rspec/rspec-core/compare/v3.8.1...v3.8.2 )
3
+
4
+ Bug Fixes:
5
+
6
+ * Fix ` config.define_derived_metadata ` so that cascades are not triggered
7
+ until metadata has been assigned to the example or example group
8
+ (Myron Marston, #2635 ).
9
+
1
10
### 3.8.1 / 2019-06-13
2
11
[ Full Changelog] ( http://github.com/rspec/rspec-core/compare/v3.8.0...3.8.1 )
3
12
@@ -8,9 +17,8 @@ Bug Fixes:
8
17
* When defining ` let ` methods that overwrite an existing method, prevent
9
18
a warning being issued by removing the old definition. (Jon Rowe, #2593 )
10
19
* Prevent warning on Ruby 2.6.0-rc1 (Keiji Yoshimi, #2582 )
11
- * Fix ` config.define_derived_metadata ` so that it supports cascades and
12
- is not triggered until metadata has been assigned to the example or
13
- example group (Myron Marston, #2630 , #2635 ).
20
+ * Fix ` config.define_derived_metadata ` so that it supports cascades.
21
+ (Myron Marston, #2630 ).
14
22
15
23
### 3.8.0 / 2018-08-04
16
24
[ Full Changelog] ( http://github.com/rspec/rspec-core/compare/v3.7.1...v3.8.0 )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module Core
3
3
# Version information for RSpec Core.
4
4
module Version
5
5
# Current version of RSpec Core, in semantic versioning format.
6
- STRING = '3.8.1 '
6
+ STRING = '3.8.2 '
7
7
end
8
8
end
9
9
end
You can’t perform that action at this time.
0 commit comments