From 3edae73cd90cc9e6233718bfb48c5cc075aa0f36 Mon Sep 17 00:00:00 2001 From: Gautham Goli Date: Wed, 2 Aug 2017 23:49:51 +0530 Subject: audit: Add tests for audit rules ported from line_problems method to rubocops --- Library/Homebrew/test/dev-cmd/audit_spec.rb | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'Library/Homebrew/test/dev-cmd/audit_spec.rb') diff --git a/Library/Homebrew/test/dev-cmd/audit_spec.rb b/Library/Homebrew/test/dev-cmd/audit_spec.rb index f2d8a8e7c..037865fdf 100644 --- a/Library/Homebrew/test/dev-cmd/audit_spec.rb +++ b/Library/Homebrew/test/dev-cmd/audit_spec.rb @@ -263,28 +263,6 @@ describe FormulaAuditor do expect(fa.problems.shift) .to eq('Use pkgshare instead of (share/"foolibc++")') end - - specify "no space in class inheritance" do - fa = formula_auditor "foo", <<-EOS.undent - class Foo