Recent Releases of https://github.com/rubocop/rubocop-capybara
https://github.com/rubocop/rubocop-capybara - RuboCop Capybara v2.22.1
- Fix incorrect plugin version. (@koic)
- Ruby
Published by github-actions[bot] 12 months ago
https://github.com/rubocop/rubocop-capybara - RuboCop Capybara v2.22.0
- Add
Capybara/AmbiguousClickcop and make soft-deprecatedCapybara/ClickLinkOrButtonStylecop. If you want to useEnforcedStyle: strict, useCapybara/AmbiguousClickcop instead. (@ydah) - Add new
Capybara/FindAllFirstcop. (@ydah) - Add a new
Capybara/NegationMatcherAfterVisitcop. (@ydah) - Fix an error for
Capybara/RSpec/HaveSelectorwhen passing no arguments. (@earlopain) - Make RuboCop Capybara work as a RuboCop plugin. (@bquorning)
- Ruby
Published by github-actions[bot] 12 months ago
https://github.com/rubocop/rubocop-capybara - RuboCop Capybara v2.21.0
- Fix a false negative for
Capybara/NegationMatcherwhen usingto_not. (@ydah) - Fix a false negative for
Capybara/SpecificFinderswhen usingfind(:id, 'some-id'). (@ydah)
- Ruby
Published by github-actions[bot] over 1 year ago
https://github.com/rubocop/rubocop-capybara - RuboCop Capybara v2.20.0
What's Changed
- Add new
Capybara/RedundantWithinFindcop. (@ydah) - Change to default
EnforcedStyle: link_or_buttonforCapybara/ClickLinkOrButtonStylecop. (@ydah) - Change to default
EnforcedStyle: have_noforCapybara/NegationMatchercop. (@ydah) - Fix a false negative for
RSpec/HaveSelectorwhen first argument is dstr node. (@ydah) - Fix an invalid attributes parse when name with multiple
[]forCapybara/SpecificFindersandCapybara/SpecificActionsandCapybara/SpecificMatcher. (@ydah) - Fix a false positive for
Capybara/SpecificMatcherwhentext:orexact_text:with regexp. (@ydah)
Full Changelog: https://github.com/rubocop/rubocop-capybara/compare/v2.19.0...v2.20.0
- Ruby
Published by ydah about 2 years ago
https://github.com/rubocop/rubocop-capybara - RuboCop Capybara v2.19.0
What's Changed
- Add new
Capybara/RSpec/PredicateMatchercop. (@ydah) - Add new
Capybara/RSpec/HaveSelectorcop. (@ydah) - Add new
Capybara/ClickLinkOrButtonStylecop. (@ydah) - Fix a false positive for
Capybara/SpecificFinderswhenfindwith kind option. (@ydah) - Fix an incorrect autocorrect for
Capybara/CurrentPathExpectation. (@ydah) - Drop Ruby 2.6 support. (@ydah)
Full Changelog: https://github.com/rubocop/rubocop-capybara/compare/v2.18.0...v2.19.0
- Ruby
Published by ydah over 2 years ago
https://github.com/rubocop/rubocop-capybara - RuboCop Capybara v2.18.0
- Fix an offense message for
Capybara/SpecificFinders. (@ydah) - Expand
Capybara/NegationMatcherto supporthave_content(@OskarsEzerins) - Fix an incorrect autocorrect for
Capybara/CurrentPathExpectationwhen matcher's argument is a method with a argument and no parentheses. (@ydah)
- Ruby
Published by ydah almost 3 years ago
https://github.com/rubocop/rubocop-capybara - RuboCop Capybara v2.17.1
- Fix an incorrect autocorrect for
Capybara/CurrentPathExpectation. (@ydah) - Fix a false negative for
Capybara/CurrentPathExpectationwhen usingmatch. (@ydah) - Fix a false positive and incorrect autocorrect for
Capybara/SpecificActions,Capybara/SpecificFindersandCapybara/SpecificMatcher. (@ydah)
- Ruby
Published by ydah about 3 years ago