aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib
diff options
context:
space:
mode:
authorJosh Hagins2016-10-23 21:37:10 -0400
committerGitHub2016-10-23 21:37:10 -0400
commitc551252da2a33cef53468d5dec857b99be82c118 (patch)
tree1777dc0942526ac92e0bba385739151ef01d64f4 /Library/Homebrew/cask/lib
parent0c140f0970c4d4de81e8233913daa7fc768defad (diff)
parent1bcaad6f3fe025cd955a9ade9bbe8a9ed106742f (diff)
downloadbrew-c551252da2a33cef53468d5dec857b99be82c118.tar.bz2
Merge pull request #1356 from reitermarkus/refactor-url-checker-test
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