Enable RSpec/InstanceSpy cop without issues

This commit is contained in:
Bertocq
2018-01-07 02:14:04 +01:00
parent ae04a76221
commit bf75b50b2f

View File

@@ -96,4 +96,7 @@ RSpec/HookArgument:
RSpec/ImplicitExpect: RSpec/ImplicitExpect:
Enabled: true Enabled: true
EnforcedStyle: should EnforcedStyle: should
RSpec/InstanceSpy:
Enabled: true