diff options
| author | Jack Nagel | 2014-08-12 20:22:06 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-08-12 20:23:02 -0500 |
| commit | 28bd10551f8eee4d8c530039b1669cafa9ccaef3 (patch) | |
| tree | 7c02d5e73cb6cd53afababe10b34c3d554e5f194 /Library | |
| parent | 1c49729222a61eae90296c43ee9bb6f65dddcefd (diff) | |
| download | brew-28bd10551f8eee4d8c530039b1669cafa9ccaef3.tar.bz2 | |
Options is no longer used directly by BuildOptions
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/build_options.rb | 2 | ||||
| -rw-r--r-- | Library/Homebrew/test/test_build_options.rb | 5 |
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 |
