From 103f4a8334d7a0caa57d4fa0e947d6c1d5443237 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Fri, 19 Feb 2021 23:14:22 +0000 Subject: [PATCH] rubocop_rspec: Enable `RSpec/ContextWording` cop --- Library/.rubocop_rspec.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Library/.rubocop_rspec.yml b/Library/.rubocop_rspec.yml index 5a47d33451..aaf956eb53 100644 --- a/Library/.rubocop_rspec.yml +++ b/Library/.rubocop_rspec.yml @@ -11,8 +11,6 @@ RSpec/SubjectStub: Enabled: false # TODO: try to enable these -RSpec/ContextWording: - Enabled: false RSpec/DescribeClass: Enabled: false RSpec/LeakyConstantDeclaration: