scala/scalatest/exampleSpec.scala
author Tomas Zeman <tzeman@volny.cz>
Tue, 09 Jan 2018 12:28:15 +0100
changeset 52 c0d94e64d89a
parent 2 f1b6c7418cb8
permissions -rw-r--r--
window-title: set terminal title

/*
 * Copyright ...
 */
package example

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

class ExampleSpec extends FlatSpec with ShouldMatchers {

  "Example" should "do something" in {

  }

}