Fix cop description
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
7e3ff5a0be
commit
57a561db4e
1 changed files with 2 additions and 3 deletions
|
@ -1045,7 +1045,7 @@ RSpec/BeforeAfterAll:
|
|||
RSpec/DescribeClass:
|
||||
Enabled: false
|
||||
|
||||
# Use `described_class` for tested class / module.
|
||||
# Checks that the second argument to `describe` specifies a method.
|
||||
RSpec/DescribeMethod:
|
||||
Enabled: false
|
||||
|
||||
|
@ -1053,8 +1053,7 @@ RSpec/DescribeMethod:
|
|||
RSpec/DescribeSymbol:
|
||||
Enabled: true
|
||||
|
||||
# Checks that the second argument to top level describe is the tested method
|
||||
# name.
|
||||
# Checks that tests use `described_class`.
|
||||
RSpec/DescribedClass:
|
||||
Enabled: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue