shrub/tests/app/dns.hoon
2018-11-06 19:13:11 -05:00

15 lines
241 B
Plaintext

/+ *test
::
/= app /: /===/app/dns
/!noun/
::
|%
:: tests that :dns preps without moves
::
++ test-prep
=^ moves app (~(prep app *bowl:gall *state:app) ~)
%+ expect-eq
!> *(list move:app)
!> moves
--