File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
33## Master (Unreleased)
44
5- * Fix ` RSpec/DescribedClass ` 's error when a ` described_class ` is part of the namespace. ([ @pirj ] [ ] )
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 ] [ ] )
68* Fix ` RSpec/ExampleWording ` autocorrect of multi-line docstrings. ([ @pirj ] [ ] )
79* Add ` RSpec/ContextMethod ` cop, to detect method names in ` context ` . ([ @geniou ] [ ] )
810* Update RuboCop dependency to 0.68.1 with support for children matching node pattern syntax. ([ @pirj ] [ ] )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module RuboCop
44 module RSpec
55 # Version information for the RSpec RuboCop plugin.
66 module Version
7- STRING = '1.35 .0'
7+ STRING = '1.36 .0'
88 end
99 end
1010end
You can’t perform that action at this time.
0 commit comments