diff --git a/Library/Homebrew/test/formula_test.rb b/Library/Homebrew/test/formula_test.rb deleted file mode 100755 index 74597972b3..0000000000 --- a/Library/Homebrew/test/formula_test.rb +++ /dev/null @@ -1,50 +0,0 @@ -#!/usr/bin/ruby -# This software is in the public domain, furnished "as is", without technical -# support, and with no warranty, express or implied, as to its usefulness for -# any purpose. - -$:.push(File.expand_path(__FILE__+'/../..')) -require 'test/unit' -require 'global' -require 'formula' -require 'utils' - - -class WellKnownCodeIssues