Commit b2af746c authored by Robert Speicher's avatar Robert Speicher

Enable RSpec/DescribeSymbol; update .rubocop_todo.yml

parent 75b5343a
......@@ -956,6 +956,10 @@ RSpec/DescribeClass:
RSpec/DescribeMethod:
Enabled: false
# Avoid describing symbols.
RSpec/DescribeSymbol:
Enabled: true
# Checks that the second argument to top level describe is the tested method
# name.
RSpec/DescribedClass:
......
This diff is collapsed.
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