Sha256: 4b717cdfa8f2af66b21fd1dd5646de080d29bd38f153de01a949070e94e273a1

Contents?: true

Size: 1.94 KB

Versions: 1

Compression:

Stored size: 1.94 KB

Contents

---
Capybara:
  Enabled: true
  DocumentationBaseURL: https://docs.rubocop.org/rubocop-capybara
  Include:
    - "**/*_spec.rb"
    - "**/spec/**/*"
    - "**/test/**/*"

Capybara/CurrentPathExpectation:
  Description: Checks that no expectations are set on Capybara's `current_path`.
  Enabled: true
  VersionAdded: '1.18'
  VersionChanged: '2.0'
  Reference: https://www.rubydoc.info/gems/rubocop-capybara/RuboCop/Cop/Capybara/CurrentPathExpectation

Capybara/MatchStyle:
  Description: Checks for usage of deprecated style methods.
  Enabled: pending
  VersionAdded: "<<next>>"
  Reference: https://www.rubydoc.info/gems/rubocop-capybara/RuboCop/Cop/Capybara/MatchStyle

Capybara/NegationMatcher:
  Description: Enforces use of `have_no_*` or `not_to` for negated expectations.
  Enabled: pending
  VersionAdded: '2.14'
  EnforcedStyle: not_to
  SupportedStyles:
    - have_no
    - not_to
  Reference: https://www.rubydoc.info/gems/rubocop-capybara/RuboCop/Cop/Capybara/NegationMatcher

Capybara/SpecificActions:
  Description: Checks for there is a more specific actions offered by Capybara.
  Enabled: pending
  VersionAdded: '2.14'
  Reference: https://www.rubydoc.info/gems/rubocop-capybara/RuboCop/Cop/Capybara/SpecificActions

Capybara/SpecificFinders:
  Description: Checks if there is a more specific finder offered by Capybara.
  Enabled: pending
  VersionAdded: '2.13'
  Reference: https://www.rubydoc.info/gems/rubocop-capybara/RuboCop/Cop/Capybara/SpecificFinders

Capybara/SpecificMatcher:
  Description: Checks for there is a more specific matcher offered by Capybara.
  Enabled: pending
  VersionAdded: '2.12'
  Reference: https://www.rubydoc.info/gems/rubocop-capybara/RuboCop/Cop/Capybara/SpecificMatcher

Capybara/VisibilityMatcher:
  Description: Checks for boolean visibility in Capybara finders.
  Enabled: true
  VersionAdded: '1.39'
  VersionChanged: '2.0'
  Reference: https://www.rubydoc.info/gems/rubocop-capybara/RuboCop/Cop/Capybara/VisibilityMatcher

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubocop-capybara-2.17.0 config/default.yml