moved the docs-complete library into rackunit

to avoid having a separate, new manual for the
  one library

original commit: 507b1cd8fd81cd9c5fcf466a2a0c4c47433b0795
This commit is contained in:
Robby Findler 2011-05-05 14:56:40 -05:00
parent 0bcc3edb0e
commit d429fda9d9

View File

@ -1,5 +1,5 @@
#lang racket/base
(require tests/utils/docs-complete)
(require rackunit/docs-complete)
(check-docs (quote help/search))
(check-docs (quote help/installer))
(check-docs (quote help/help))