tools.deploy: fix unit test

db4
Slava Pestov 2011-10-29 17:15:49 -07:00
parent c1b7de8339
commit 258b9590a2
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@ urls math.parser io.directories tools.deploy tools.deploy.test
vocabs ;
IN: tools.deploy.tests
[ "no such vocab, fool!" deploy ] [ no-vocab? ] must-fail-with
[ "nosuchvocab" deploy ] [ no-vocab? ] must-fail-with
[ "no such vocab, fool!" deploy ] [ bad-vocab-name? ] must-fail-with
[ ] [ "hello-world" shake-and-bake 500000 small-enough? ] unit-test