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: