Skip to content

Instantly share code, notes, and snippets.

@achikin
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save achikin/151ce6401ea9245f3576 to your computer and use it in GitHub Desktop.
Save achikin/151ce6401ea9245f3576 to your computer and use it in GitHub Desktop.
require "formula"
class Testwhich < Formula
homepage ""
url "www.google.com"
sha1 ""
version '1'
def install
system '>&2 echo `which brew`'
end
test do
system "false"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment