Resolved #214. Added tests for this case. small refacroting

This commit is contained in:
Petr Korolev
2015-05-26 16:01:23 +03:00
parent 957fa0d3a3
commit 783d8f306e
5 changed files with 54 additions and 15 deletions
+8
View File
@@ -6,3 +6,11 @@ Metrics/LineLength:
#http://viget.com/extend/just-use-double-quoted-ruby-strings
Style/StringLiterals:
EnforcedStyle: double_quotes
# Configuration parameters: CountComments.
Metrics/ClassLength:
Enabled: false
# Configuration parameters: CountComments.
Metrics/MethodLength:
Enabled: false