From f9d42659ea951896733f49394a50366fb55eaafb Mon Sep 17 00:00:00 2001 From: Shaun Jackman Date: Wed, 18 Oct 2017 23:32:06 -0700 Subject: pull: Fix pull --bottle 1234 Fix the error: Error: undefined method `casecmp' for nil:NilClass --- Library/Homebrew/test/tap_spec.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Homebrew/test/tap_spec.rb') diff --git a/Library/Homebrew/test/tap_spec.rb b/Library/Homebrew/test/tap_spec.rb index d69eb615c..76af27b92 100644 --- a/Library/Homebrew/test/tap_spec.rb +++ b/Library/Homebrew/test/tap_spec.rb @@ -61,6 +61,7 @@ describe Tap do specify "::fetch" do begin + expect(described_class.fetch("Homebrew", "core")).to be_kind_of(CoreTap) expect(described_class.fetch("Homebrew", "homebrew")).to be_kind_of(CoreTap) tap = described_class.fetch("Homebrew", "foo") expect(tap).to be_kind_of(Tap) -- cgit v1.2.3