rubocop_rspec: disable a new rule.

This commit is contained in:
Mike McQuaid 2019-07-25 20:55:17 +01:00
parent 3dc82bc8bf
commit 8862c0fa9b
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -18,6 +18,8 @@ RSpec/ContextWording:
Enabled: false
RSpec/DescribeClass:
Enabled: false
RSpec/LeakyConstantDeclaration:
Enabled: false
RSpec/MessageSpies:
Enabled: false