diff options
| author | Mike McQuaid | 2018-01-07 15:40:42 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2018-01-15 16:17:32 +0000 |
| commit | 8cd0d85afba1bd07a6af24ffca54518ec8ff0d1c (patch) | |
| tree | 33657be8b68f351301f1c248e86d54d07dd53757 /Library/Homebrew/test/cmd | |
| parent | 3e8b0577fae5aaa3afaa3d38aae9d1ff55207412 (diff) | |
| download | brew-8cd0d85afba1bd07a6af24ffca54518ec8ff0d1c.tar.bz2 | |
rubocop 0.52.1
Diffstat (limited to 'Library/Homebrew/test/cmd')
| -rw-r--r-- | Library/Homebrew/test/cmd/style_spec.rb | 2 |
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 5c118f32e..61faa4af2 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("Extra empty line detected at class body beginning.") + .to include("Layout/EmptyLinesAroundClassBody: Extra empty line detected at class body beginning.") end end end |
