zio.test.ZIOSpecVersionSpecific.scala Maven / Gradle / Ivy
package zio.test
trait ZIOSpecVersionSpecific[R] {
// SCALA 2
def suiteAll(name: String)(spec: Any): Spec[Nothing, Any] =
macro SmartSpecMacros.suiteImpl
}
package zio.test
trait ZIOSpecVersionSpecific[R] {
// SCALA 2
def suiteAll(name: String)(spec: Any): Spec[Nothing, Any] =
macro SmartSpecMacros.suiteImpl
}