rubocop_rspec: Enable RSpec/ContextWording cop

This commit is contained in:
Issy Long 2021-02-19 23:14:22 +00:00
parent 5ca03ab4e4
commit 103f4a8334
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -11,8 +11,6 @@ RSpec/SubjectStub:
Enabled: false Enabled: false
# TODO: try to enable these # TODO: try to enable these
RSpec/ContextWording:
Enabled: false
RSpec/DescribeClass: RSpec/DescribeClass:
Enabled: false Enabled: false
RSpec/LeakyConstantDeclaration: RSpec/LeakyConstantDeclaration: