aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-08-13 11:09:57 -0500
committerJack Nagel2014-08-13 11:09:57 -0500
commita980938773f066713fcad50c9100157d056cefc2 (patch)
tree8125cddb774b5ca6ecf5254d9fc877f33774dc26 /Library
parent886c20ddba08d4d9b1e4fc080dfd8ee3d4b95dd5 (diff)
downloadbrew-a980938773f066713fcad50c9100157d056cefc2.tar.bz2
Options is no longer used directly by BuildOptions
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/build_options.rb2
-rw-r--r--Library/Homebrew/test/test_build_options.rb5
2 files changed, 3 insertions, 4 deletions
diff --git a/Library/Homebrew/build_options.rb b/Library/Homebrew/build_options.rb
index 319228b32..41e5eb14b 100644
--- a/Library/Homebrew/build_options.rb
+++ b/Library/Homebrew/build_options.rb
@@ -1,5 +1,3 @@
-require 'options'
-
class BuildOptions
attr_accessor :universal
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