aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorilovezfs2018-01-20 23:21:25 -0800
committerilovezfs2018-01-21 07:23:53 -0800
commitda77f23bc7007628f000ca4854902c8dcef0a27d (patch)
tree37c18465299ecbe2562a5022d5d0501058418258 /Library/Homebrew/test
parentc8423b6d6e6c0acb5fba2e70b03f156e1ffae06e (diff)
downloadbrew-da77f23bc7007628f000ca4854902c8dcef0a27d.tar.bz2
rubocop: don't always display cop names.
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/cmd/style_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/cmd/style_spec.rb b/Library/Homebrew/test/cmd/style_spec.rb
index 61faa4af2..5c118f32e 100644
--- a/Library/Homebrew/test/cmd/style_spec.rb
+++ b/Library/Homebrew/test/cmd/style_spec.rb
@@ -28,7 +28,7 @@ describe "brew style" do
rubocop_result = Homebrew.check_style_json([formula])
expect(rubocop_result.file_offenses(formula.realpath.to_s).map(&:message))
- .to include("Layout/EmptyLinesAroundClassBody: Extra empty line detected at class body beginning.")
+ .to include("Extra empty line detected at class body beginning.")
end
end
end