Commit 9bf95ddd authored by Robert Speicher's avatar Robert Speicher

Merge branch 'add-cop-descriptions' into 'master'

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

[ci skip]

See merge request !11540
parents a88a12cb 0fe3b2e3
...@@ -969,7 +969,7 @@ RSpec/DescribeSymbol: ...@@ -969,7 +969,7 @@ RSpec/DescribeSymbol:
RSpec/DescribedClass: RSpec/DescribedClass:
Enabled: true Enabled: true
# Configuration parameters: CustomIncludeMethods. # Checks if an example group does not include any tests.
RSpec/EmptyExampleGroup: RSpec/EmptyExampleGroup:
Enabled: true Enabled: true
CustomIncludeMethods: CustomIncludeMethods:
...@@ -993,6 +993,7 @@ RSpec/ExampleWording: ...@@ -993,6 +993,7 @@ RSpec/ExampleWording:
RSpec/ExpectActual: RSpec/ExpectActual:
Enabled: true Enabled: true
# Checks for opportunities to use `expect { … }.to output`.
RSpec/ExpectOutput: RSpec/ExpectOutput:
Enabled: true Enabled: true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment