-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The Capybara/SpecificMatcher
, Capybara/NegationMatcher
, and Capybara/VisibilityMatcher
cops depend on methods from the Capybara::RSpecMatchers
class.
https://www.rubydoc.info/gems/capybara/Capybara/RSpecMatchers
While these cops were previously implemented in the RuboCop RSpec gem and did not cause any issues, they may not be appropriate for RuboCop Capybara, which is not limited to RSpec extensions.
Therefore, it might be a good to create a separate Capybara/RSpec
department to handle these RSpec-specific extensions.
pirj
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request