lila/test/LilaSpec.scala

8 lines
156 B
Scala
Raw Normal View History

2013-09-11 05:42:43 -06:00
package lila
2012-06-21 06:06:27 -06:00
import org.specs2.mutable._
import ornicar.scalalib.test.ValidationMatchers
2012-06-21 06:06:27 -06:00
2013-09-11 05:42:43 -06:00
trait LilaSpec extends Specification with ValidationMatchers {
2012-06-21 06:06:27 -06:00
}