- Add new
RSpec/IsExpectedSpecify
cop. (@ydah) - Add new
RSpec/RepeatedSubjectCall
cop. (@drcapulet) - Add support for
assert_true
,assert_false
,assert_not_equal
,assert_not_nil
,*_empty
,*_predicate
,*_kind_of
,*_in_delta
,*_match
,*_instance_of
and*_includes
assertions inRSpec/Rails/MinitestAssertions
. (@ydah, @G-Rath) - Support asserts with messages in
Rspec/BeEmpty
. (@G-Rath) - Fix a false positive for
RSpec/ExpectActual
when used with rspec-rails routing matchers. (@naveg) - Add configuration option
ResponseMethods
toRSpec/Rails/HaveHttpStatus
. (@ydah) - Fix a false negative for
RSpec/DescribedClass
when class with constant. (@ydah) - Fix a false positive for
RSpec/ExampleWithoutDescription
whenspecify
with multi-line block and missing description. (@ydah) - Fix an incorrect autocorrect for
RSpec/ChangeByZero
when compound expectations with line break before.by(0)
. (@ydah)