Testing

Respite encourages Test Driven Development and provides stubbed Test Cases for all scaffolded classes. Respite uses ScalaTest by default, but comes with DSL support for Specs2 should you want to use it instead.

For further reading on testing [Routes](/routing/) for ScalaTest, Specs2 or ScalaCheck, check the Testing documentation on the Scalatra website.