tools.deploy.test.19: make sure to test vocab urls.

locals-and-roots
John Benediktsson 2016-03-17 17:00:32 -07:00
parent 6160b7f23b
commit 0316a04c42
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ USING: io io.files io.encodings.ascii ;
IN: tools.deploy.test.19
: main ( -- )
"resource:LICENSE.txt" ascii file-contents write ;
! make sure to test vocab: urls
"vocab:LICENSE.txt" ascii file-contents write ;
MAIN: main