- Add config to
RSpec/VerifiedDoubles
to enforcement of verification on unnamed doubles. (@BrentWheeldon) - Fix
FactoryBot/AttributeDefinedStatically
not working when there is a non-symbol key. (@vzvu3k6k) - Fix false positive in
RSpec/ImplicitSubject
whenis_expected
is used insideits()
block. (@Darhazer) - Add
single_statement_only
style toRSpec/ImplicitSubject
as a more relaxed alternative tosingle_line_only
. (@Darhazer) - Add
RSpec/UnspecifiedException
as a default cop to encourage more-specificexpect{}.to raise_error(ExceptionType)
, orraise_exception
style handling of exceptions. (@daveworth)