aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib
diff options
context:
space:
mode:
authorMarkus Reiter2016-10-23 19:00:33 +0200
committerMarkus Reiter2016-10-23 22:58:01 +0200
commitc7a535de22cef8ce62bcb59a8b9fc4ad812c3294 (patch)
treea038b77e2f3180dd97b81a4e87b386e86a1f005e /Library/Homebrew/cask/lib
parent0c140f0970c4d4de81e8233913daa7fc768defad (diff)
downloadbrew-c7a535de22cef8ce62bcb59a8b9fc4ad812c3294.tar.bz2
Refactor Hbc::UrlChecker test.
Diffstat (limited to 'Library/Homebrew/cask/lib')
-rw-r--r--Library/Homebrew/cask/lib/hbc/url_checker.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/url_checker.rb b/Library/Homebrew/cask/lib/hbc/url_checker.rb
index 299684b13..60a15ca2f 100644
--- a/Library/Homebrew/cask/lib/hbc/url_checker.rb
+++ b/Library/Homebrew/cask/lib/hbc/url_checker.rb
@@ -1,4 +1,5 @@
require "hbc/checkable"
+require "hbc/fetcher"
module Hbc
class UrlChecker