- Fix a false negative for
RSpec/Pending
when using skipped in metadata is multiline string. (@ydah) - Fix a false positive for
RSpec/NoExpectationExample
when using skipped in metadata is multiline string. (@ydah) - Fix a false positive for
RSpec/ContextMethod
when multi-line context with#
at the beginning. (@ydah) - Fix an incorrect autocorrect for
RSpec/PredicateMatcher
when multiline expect and predicate method with heredoc. (@ydah) - Fix a false positive for
RSpec/PredicateMatcher
wheninclude
with multiple argument. (@ydah)