org.scalatra.specs2.package.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalatra-specs2 Show documentation
Show all versions of scalatra-specs2 Show documentation
Specs2 support for the Scalatra test framework
package org.scalatra
package object specs2 {
@deprecated("Use org.scalatra.test.specs2 instead", "2.0.0")
type ScalatraSpec = test.specs2.ScalatraSpec
}