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 281fd36 commit d716e56Copy full SHA for d716e56
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Edge (Unreleased)
4
5
+## 2.21.0 (2024-06-08)
6
+
7
- Fix a false negative for `Capybara/NegationMatcher` when using `to_not`. ([@ydah])
8
- Fix a false negative for `Capybara/SpecificFinders` when using `find(:id, 'some-id')`. ([@ydah])
9
docs/antora.yml
@@ -1,5 +1,5 @@
1
name: rubocop-capybara
title: RuboCop Capybara
-version: ~
+version: '2.21'
nav:
- modules/ROOT/nav.adoc
lib/rubocop/capybara/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module Capybara
# Version information for the Capybara RuboCop plugin.
module Version
- STRING = '2.20.0'
+ STRING = '2.21.0'
end
10
0 commit comments