org.scalatra.test.specs2.MutableScalatraSpec.scala Maven / Gradle / Ivy
The newest version!
package org.scalatra
package test
package specs2
import org.specs2.mutable.SpecificationLike
/**
* A Specification that starts the tester before the specification and stops it
* afterward.
*
* This is a spec of the mutable variation of the specs2 framework.
* All documentation for specs2 still applies.
*/
trait MutableScalatraSpec extends SpecificationLike with BaseScalatraSpec