A summary of data about the Ruby ecosystem.

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/AmbiguousClick cop and make soft-deprecated Capybara/ClickLinkOrButtonStyle cop. If you want to use EnforcedStyle: strict, use Capybara/AmbiguousClick cop instead. (@ydah)
  • Add new Capybara/FindAllFirst cop. (@ydah)
  • Add a new Capybara/NegationMatcherAfterVisit cop. (@ydah)
  • Fix an error for Capybara/RSpec/HaveSelector when 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/NegationMatcher when using to_not. (@ydah)
  • Fix a false negative for Capybara/SpecificFinders when using find(: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/RedundantWithinFind cop. (@ydah)
  • Change to default EnforcedStyle: link_or_button for Capybara/ClickLinkOrButtonStyle cop. (@ydah)
  • Change to default EnforcedStyle: have_no for Capybara/NegationMatcher cop. (@ydah)
  • Fix a false negative for RSpec/HaveSelector when first argument is dstr node. (@ydah)
  • Fix an invalid attributes parse when name with multiple [] for Capybara/SpecificFinders and Capybara/SpecificActions and Capybara/SpecificMatcher. (@ydah)
  • Fix a false positive for Capybara/SpecificMatcher when text: or exact_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/PredicateMatcher cop. (@ydah)
  • Add new Capybara/RSpec/HaveSelector cop. (@ydah)
  • Add new Capybara/ClickLinkOrButtonStyle cop. (@ydah)
  • Fix a false positive for Capybara/SpecificFinders when find with 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/NegationMatcher to support have_content (@OskarsEzerins)
  • Fix an incorrect autocorrect for Capybara/CurrentPathExpectation when 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/CurrentPathExpectation when using match. (@ydah)
  • Fix a false positive and incorrect autocorrect for Capybara/SpecificActions, Capybara/SpecificFinders and Capybara/SpecificMatcher. (@ydah)

- Ruby
Published by ydah about 3 years ago