aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorGautham Goli2017-03-16 23:49:43 +0530
committerGautham Goli2017-03-26 15:26:41 +0530
commita693ca332efcc56e0d7dbb3f43952226225ccf75 (patch)
tree0199f76c6418c8da3cec0a767c9567128562e742 /Library/Homebrew/test
parentfebc1085984e3d7fa23ee4c18d11e087afe20cbe (diff)
downloadbrew-a693ca332efcc56e0d7dbb3f43952226225ccf75.tar.bz2
Wrap rubocop specific code into methods inside FormulaCop
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/rubocops/formula_desc_cop_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/rubocops/formula_desc_cop_spec.rb b/Library/Homebrew/test/rubocops/formula_desc_cop_spec.rb
index cd506623f..04c4c27da 100644
--- a/Library/Homebrew/test/rubocops/formula_desc_cop_spec.rb
+++ b/Library/Homebrew/test/rubocops/formula_desc_cop_spec.rb
@@ -42,7 +42,7 @@ describe RuboCop::Cop::Homebrew::FormulaDesc do
expected_offenses = [{ message: msg,
severity: :convention,
line: 3,
- column: 7,
+ column: 2,
source: source }]
inspect_source(cop, source)