diff --git a/.rubocop.yml b/.rubocop.yml index 9e3b96105..6868a1bb8 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -68,4 +68,7 @@ RSpec/EmptyExampleGroup: Enabled: true RSpec/EmptyLineAfterSubject: - Enabled: true \ No newline at end of file + Enabled: true + +RSpec/ExampleLength: + Enabled: false \ No newline at end of file