From 91f8485b9fab957cce1c439165f86833247ef058 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 13 Sep 2022 10:02:43 +0100 Subject: [PATCH] rubocop_rspec: disable new spec. --- Library/.rubocop_rspec.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/.rubocop_rspec.yml b/Library/.rubocop_rspec.yml index 1cc0a316d4..a9fc375d4b 100644 --- a/Library/.rubocop_rspec.yml +++ b/Library/.rubocop_rspec.yml @@ -21,6 +21,8 @@ RSpec/RepeatedDescription: Enabled: false RSpec/StubbedMock: Enabled: false +RSpec/NoExpectationExample: + Enabled: false # TODO: try to reduce these RSpec/ExampleLength: