scala/scalatest/exampleSpec.scala
author Tomas Zeman <tomas@functionals.cz>
Thu, 19 Feb 2026 10:27:04 +0100
changeset 61 75f624d53e83
parent 2 f1b6c7418cb8
permissions -rw-r--r--
screenrc: update config -> gnu screen 5.0

/*
 * Copyright ...
 */
package example

import org.scalatest.FlatSpec
import org.scalatest.matchers.ShouldMatchers

class ExampleSpec extends FlatSpec with ShouldMatchers {

  "Example" should "do something" in {

  }

}