- Fix false positive in
RSpec/Pending
, where it would mark the default blockit
as an offense. (@bquorning) - Fix issue when
Style/ContextWording
is configured with a Prefix being interpreted as a boolean, likeon
. (@sakuro) - Add new
RSpec/IncludeExamples
cop to enforce usingit_behaves_like
overinclude_examples
. (@dvandersluis) - Change
RSpec/ScatteredSetup
to allowaround
hooks to be scattered. (@ydah) - Fix an error
RSpec/ChangeByZero
cop when without expect block. (@lee266) - Fix a false positive for
RSpec/DescribedClass
whenSkipBlocks
is true and numblocks are used. (@earlopain)