From 8a884af5e8098eea1be8a4fc233d53e5d0e0817a Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 27 Dec 2014 16:00:50 +0000 Subject: gh: fix strict audit failures. --- Library/Formula/gh.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/gh.rb b/Library/Formula/gh.rb index 24291aa97..4f3f6e92e 100644 --- a/Library/Formula/gh.rb +++ b/Library/Formula/gh.rb @@ -1,5 +1,3 @@ -require "formula" - class Gh < Formula homepage "https://github.com/jingweno/gh" url "https://github.com/jingweno/gh/archive/v2.1.0.tar.gz" @@ -31,7 +29,7 @@ class Gh < Formula test do HOMEBREW_REPOSITORY.cd do - assert_equal 'bin/brew', `#{bin}/gh ls-files -- bin`.strip + assert_equal "bin/brew", `#{bin}/gh ls-files -- bin`.strip end end end -- cgit v1.2.3