aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorJack Nagel2014-08-12 20:22:06 -0500
committerJack Nagel2014-08-12 20:23:02 -0500
commit28bd10551f8eee4d8c530039b1669cafa9ccaef3 (patch)
tree7c02d5e73cb6cd53afababe10b34c3d554e5f194 /Library/Homebrew/test
parent1c49729222a61eae90296c43ee9bb6f65dddcefd (diff)
downloadbrew-28bd10551f8eee4d8c530039b1669cafa9ccaef3.tar.bz2
Options is no longer used directly by BuildOptions
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_build_options.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Homebrew/test/test_build_options.rb b/Library/Homebrew/test/test_build_options.rb
index 4ee12974b..a0c52da81 100644
--- a/Library/Homebrew/test/test_build_options.rb
+++ b/Library/Homebrew/test/test_build_options.rb
@@ -1,5 +1,6 @@
-require 'testing_env'
-require 'build_options'
+require "testing_env"
+require "build_options"
+require "options"
class BuildOptionsTests < Homebrew::TestCase
def setup