Skip to content
Snippets Groups Projects
Verified Commit 0fe3b2e3 authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Add descriptions for the RSpec/EmptyExampleGroup and RSpec/ExpectOutput cops


[ci skip]

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 0bce9872
No related branches found
No related tags found
2 merge requests!12073Add RC2 changes to 9-3-stable,!11540Add descriptions for the RSpec/EmptyExampleGroup and RSpec/ExpectOutput cops
Pipeline #
Loading
Loading
@@ -969,7 +969,7 @@ RSpec/DescribeSymbol:
RSpec/DescribedClass:
Enabled: true
 
# Configuration parameters: CustomIncludeMethods.
# Checks if an example group does not include any tests.
RSpec/EmptyExampleGroup:
Enabled: true
CustomIncludeMethods:
Loading
Loading
@@ -993,6 +993,7 @@ RSpec/ExampleWording:
RSpec/ExpectActual:
Enabled: true
 
# Checks for opportunities to use `expect { … }.to output`.
RSpec/ExpectOutput:
Enabled: true
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment