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 5723158 commit fd7009bCopy full SHA for fd7009b
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+## 1.43.2 (2020-08-25)
6
+
7
* Fix `RSpec/FilePath` when checking a file with a shared example. ([@pirj][])
8
* Fix subject nesting detection in `RSpec/LeadingSubject`. ([@pirj][])
9
lib/rubocop/rspec/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
- STRING = '1.43.1'
+ STRING = '1.43.2'
end
10
0 commit comments