scala/scalatest/exampleSpec.scala
author Tomas Zeman <tomas@functionals.cz>
Thu, 19 Feb 2026 10:37:57 +0100
changeset 62 9444c538bb93
parent 2 f1b6c7418cb8
permissions -rw-r--r--
screenrc: updated green color (a little bit darker)

/*
 * Copyright ...
 */
package example

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

class ExampleSpec extends FlatSpec with ShouldMatchers {

  "Example" should "do something" in {

  }

}