We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b091f02 commit 5758b8bCopy full SHA for 5758b8b
Changelog.md
@@ -9,8 +9,10 @@ Enhancements:
9
10
Bug Fixes:
11
12
- * Handle RSpec description with japanese char in CP932 encoded files
+* Handle RSpec description(s) with japanese chars in CP932 encoded files.
13
(Benoit Tigeot, #2575)
14
+* When defining `let` methods that overwrite an existing method, prevent
15
+ a warning being issued by removing the old definition. (Jon Rowe, #2593)
16
17
### 3.8.0 / 2018-08-04
18
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.7.1...v3.8.0)
0 commit comments