From e70d28cba1b42c555f025b7beb13f67d2df5a067 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Fri, 3 Feb 2017 14:05:07 +0100 Subject: Add test to check if `rubocop-cask` version is is outdated. --- Library/Homebrew/test/support/lib/config.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Homebrew/test') diff --git a/Library/Homebrew/test/support/lib/config.rb b/Library/Homebrew/test/support/lib/config.rb index fb5c210fe..3a0a76722 100644 --- a/Library/Homebrew/test/support/lib/config.rb +++ b/Library/Homebrew/test/support/lib/config.rb @@ -2,6 +2,8 @@ unless ENV["HOMEBREW_BREW_FILE"] raise "HOMEBREW_BREW_FILE was not exported! Please call bin/brew directly!" end +require "constants" + require "tmpdir" require "pathname" -- cgit v1.2.3