scala sequential scala parallel scala class MySpec extends Specification with BeforeAfter { def before: Any = { } def after: Any = { } "test1" should { } "test2" should { } }