Disable RSpec/StubbedMock cop.

This commit is contained in:
Markus Reiter 2020-10-21 09:50:58 +02:00
parent 9bfc745940
commit 4ce8acb583

View File

@ -23,6 +23,8 @@ RSpec/RepeatedDescription:
Enabled: false
RSpec/RepeatedExampleGroupDescription:
Enabled: false
RSpec/StubbedMock:
Enabled: false
# TODO: try to reduce these
RSpec/ExampleLength: