Documentation is really nice by the way. I also like the simplicity a lot. It feels like there's little to learn after reading through the docs quickly. Good stuff. (ps: for me personally, I don't use unit tests (yea I know, horrid), so not really needed).
Glad the docs were easy to follow. The main purpose I see for unit tests is to make sure that future changes don't change/break existing functionality.
They're a lot of work to write/maintain so I only write them when the added value exceeds the cost :).