scala/scalatest/exampleSpec.scala
author Tomas Zeman <tzeman@volny.cz>
Thu, 21 Jan 2016 11:12:38 +0100
changeset 48 155cead83fd3
parent 2 f1b6c7418cb8
permissions -rw-r--r--
config/.ctags: python config

/*
 * Copyright ...
 */
package example

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

class ExampleSpec extends FlatSpec with ShouldMatchers {

  "Example" should "do something" in {

  }

}