Remove warning capture; more trouble than worth

This commit is contained in:
Benjamin Fleischer
2016-01-11 23:48:40 -06:00
parent 2a171da6b9
commit e3b9597d1a
4 changed files with 3 additions and 141 deletions

View File

@@ -98,7 +98,6 @@ Style/EachWithObject:
Style/GuardClause:
Exclude:
- 'lib/active_model/serializer.rb'
- 'test/capture_warnings.rb'
# Offense count: 12
# Cop supports --auto-correct.