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.
2 parents 6420b04 + 6a7c98f commit 2475a64Copy full SHA for 2475a64
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+## 1.34.1 (2019-07-31)
6
+
7
* Fix `RSpec/DescribedClass`'s error when a local variable is part of the namespace. ([@pirj][])
8
9
## 1.34.0 (2019-07-23)
lib/rubocop/rspec/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
- STRING = '1.34.0'
+ STRING = '1.34.1'
end
10
0 commit comments