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 29c4ee2 commit 140cfa9Copy full SHA for 140cfa9
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+## 1.36.0 (2019-09-27)
6
+
7
* Fix `RSpec/DescribedClass`'s error when `described_class` is used as part of a constant. ([@pirj][])
8
* Fix `RSpec/ExampleWording` autocorrect of multi-line docstrings. ([@pirj][])
9
* Add `RSpec/ContextMethod` cop, to detect method names in `context`. ([@geniou][])
lib/rubocop/rspec/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
- STRING = '1.35.0'
+ STRING = '1.36.0'
end
10
0 commit comments