aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/tap_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/tap_spec.rb')
-rw-r--r--Library/Homebrew/test/tap_spec.rb1
1 files changed, 1 insertions, 0 deletions
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)