Skip to content

Commit

Permalink
Enable RSpec/DescribeSymbol; update .rubocop_todo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rspeicher committed Apr 8, 2017
1 parent 86a2fb2 commit 6576a6c
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 50 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -954,6 +954,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:
Expand Down
Loading

0 comments on commit 6576a6c

Please sign in to comment.