/* * Copyright ... */ package example import org.scalatest.FlatSpec import org.scalatest.matchers.ShouldMatchers class ExampleSpec extends FlatSpec with ShouldMatchers { "Example" should "do something" in { } }