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 a124f84 + ccb5ddf commit a8b16a6Copy full SHA for a8b16a6
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+## 2.12.1 (2022-07-03)
6
+
7
* Fix a false positive for `RSpec/Capybara/SpecificMatcher`. ([@ydah][])
8
9
## 2.12.0 (2022-07-02)
lib/rubocop/rspec/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
- STRING = '2.12.0'
+ STRING = '2.12.1'
end
10
0 commit comments