diff options
| author | Jack Nagel | 2014-08-10 22:55:28 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-08-10 22:55:28 -0500 |
| commit | 85cd9e288a09c7cb55d23640d0c75a898d487b6a (patch) | |
| tree | d141c9cb0aea3457b73476d9b5d66101bc27cc7a /Library/Homebrew/test | |
| parent | c77ad80f623681afd5fe6087b019316839d9755f (diff) | |
| download | homebrew-85cd9e288a09c7cb55d23640d0c75a898d487b6a.tar.bz2 | |
Stop exposing defined options from the build object
Diffstat (limited to 'Library/Homebrew/test')
| -rw-r--r-- | Library/Homebrew/test/test_build_options.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Homebrew/test/test_build_options.rb b/Library/Homebrew/test/test_build_options.rb index 4fa332230..072e7b72b 100644 --- a/Library/Homebrew/test/test_build_options.rb +++ b/Library/Homebrew/test/test_build_options.rb @@ -10,11 +10,6 @@ class BuildOptionsTests < Homebrew::TestCase @build = BuildOptions.new(args, opts) end - def test_as_flags - assert_equal %w{--with-foo --with-bar --without-baz --without-qux}.sort, - @build.as_flags.sort - end - def test_include assert_includes @build, "with-foo" refute_includes @build, "with-qux" |
