Provides Scalatra test support to ScalaTest suites.
Provides Scalatra test support to ScalaTest suites. The servlet tester is started before the first test in the suite and stopped after the last.
The parameterless execute method has been deprecated and will be removed in a future version of ScalaTest. Please invoke execute with empty parens instead: execute().
The trap method is no longer needed for demos in the REPL, which now abreviates stack traces, and will be removed in a future version of ScalaTest
Convenience trait to add Scalatra test support to Spec.