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 2be183b commit 07f88f9Copy full SHA for 07f88f9
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+## 1.37.0 (2019-11-25)
6
+
7
* Implement `RSpec/DescribedClassModuleWrapping` to disallow RSpec statements within a module. ([@kellysutton][])
8
* Fix documentation rake task to support Rubocop 0.75. ([@nickcampbell18][])
9
* Fix `RSpec/SubjectStub` to detect implicit subjects stubbed. ([@QQism][])
lib/rubocop/rspec/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
- STRING = '1.36.0'
+ STRING = '1.37.0'
end
10
0 commit comments