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:
parent
1a3a1249bf
commit
e251e5e4ec
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user