aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_build_options.rb
diff options
context:
space:
mode:
authorJack Nagel2014-08-12 20:22:06 -0500
committerJack Nagel2014-08-12 20:23:02 -0500
commit1c05bc0238aa1abf7d5542b8afa11ead2bee66a8 (patch)
treea904f95e57c39484ce19b82b1f8295091ca67992 /Library/Homebrew/test/test_build_options.rb
parent4d1464c246861f7aedc355cb5f6360370d05114e (diff)
downloadhomebrew-1c05bc0238aa1abf7d5542b8afa11ead2bee66a8.tar.bz2
Options is no longer used directly by BuildOptions
Diffstat (limited to 'Library/Homebrew/test/test_build_options.rb')
-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