Skip to content

Instantly share code, notes, and snippets.

View gmalouf's full-sized avatar

Gary Malouf gmalouf

  • Boston, MA
View GitHub Profile
package spray.testkit
import org.specs2.execute.{ Failure, FailureException }
import org.specs2.specification.core.{ Fragments, SpecificationStructure }
import org.specs2.specification.create.DefaultFragmentFactory
trait Specs2Interface extends TestFrameworkInterface with SpecificationStructure {
def failTest(msg: String) = {
val trace = new Exception().getStackTrace.toList