- Twitter: @GaryMalouf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |