- Fix an error for
RSpec/Capybara/SpecificFinders
with no parentheses. (@ydah) - Fix a false positive for
RSpec/NoExpectationExample
with pending usingskip
orpending
inside an example. (@ydah) - Exclude
have_text
andhave_content
that raiseArgumentError
withRSpec/Capybara/VisibilityMatcher
where:visible
is an invalid option. (@ydah) - Fix a false negative for
RSpec/Capybara/VisibilityMatcher
with negative matchers. (@ydah)