scala/scalatest/exampleSpec.scala
author Tomas Zeman <tzeman@volny.cz>
Fri, 28 Mar 2014 10:45:37 +0100
changeset 41 febb97e04430
parent 2 f1b6c7418cb8
permissions -rw-r--r--
python ftplugin

/*
 * Copyright ...
 */
package example

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

class ExampleSpec extends FlatSpec with ShouldMatchers {

  "Example" should "do something" in {

  }

}