scala/scalatest/exampleSpec.scala
author Tomas Zeman <tzeman@volny.cz>
Thu, 10 Jan 2013 09:18:28 +0100
changeset 28 d849e0cf95ae
parent 2 f1b6c7418cb8
permissions -rw-r--r--
tmux: no activity monitoring

/*
 * Copyright ...
 */
package example

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

class ExampleSpec extends FlatSpec with ShouldMatchers {

  "Example" should "do something" in {

  }

}