diff --git a/Library/.rubocop_rspec.yml b/Library/.rubocop_rspec.yml index d6e237d000..6b72706d06 100644 --- a/Library/.rubocop_rspec.yml +++ b/Library/.rubocop_rspec.yml @@ -23,6 +23,8 @@ RSpec/RepeatedDescription: Enabled: false RSpec/RepeatedExampleGroupDescription: Enabled: false +RSpec/StubbedMock: + Enabled: false # TODO: try to reduce these RSpec/ExampleLength: