Enable RSpec/RepeatedDescription cop & fix all issues

Read about cop at http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/RepeatedDescription
This commit is contained in:
Bertocq
2018-01-07 17:45:34 +01:00
parent e89d081a47
commit 4f6597b200
4 changed files with 7 additions and 4 deletions

View File

@@ -155,4 +155,7 @@ RSpec/OverwritingSetup:
Enabled: true
RSpec/PredicateMatcher:
Enabled: true
RSpec/RepeatedDescription:
Enabled: true