From b321e397b6cb9e129084efe81fc1a51b5ba0f52d Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 27 Nov 2019 13:09:21 +0000 Subject: [PATCH] rubocop_rspec: disable new rule. --- Library/.rubocop_rspec.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/.rubocop_rspec.yml b/Library/.rubocop_rspec.yml index dba8c8d4f7..4ae309f239 100644 --- a/Library/.rubocop_rspec.yml +++ b/Library/.rubocop_rspec.yml @@ -14,6 +14,8 @@ RSpec/AnyInstance: Enabled: false RSpec/ImplicitBlockExpectation: Enabled: false +RSpec/SubjectStub: + Enabled: false # TODO: try to enable these (also requires fixing Homebrew/bundle) RSpec/ContextWording: