Adjust ARGV tests

ARGV.kegs and ARGV.formulae no longer raise exceptions.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-02-04 00:31:46 -06:00
parent 1a3a1249bf
commit e251e5e4ec

View File

@ -19,8 +19,6 @@ ARGV.extend ExtendArgvPlusYeast
class ARGVTests < Test::Unit::TestCase
def test_ARGV
assert_raises(FormulaUnspecifiedError) { ARGV.formulae }
assert_raises(KegUnspecifiedError) { ARGV.kegs }
assert ARGV.named.empty?
(HOMEBREW_CELLAR+'mxcl/10.0').mkpath