- Fix a false positive for
RSpec/PendingWithoutReason
when pending/skip is argument of methods. (@ydah) - Add new
RSpec/Capybara/MatchStyle
cop. (@ydah) - Add new
RSpec/Rails/MinitestAssertions
cop. (@ydah) - Fix a false positive for
RSpec/PendingWithoutReason
when not inside example. (@ydah) - Fix a false negative for
RSpec/PredicateMatcher
when usinginclude
andrespond_to
. (@ydah) - Fix a false positive for
RSpec/StubbedMock
when stubbed message expectation with a block and block parameter. (@ydah)