scala/scalatest/exampleSpec.scala
author Tomas Zeman <tzeman@volny.cz>
Fri, 22 Oct 2010 13:55:59 +0200
changeset 5 824fbbce8e65
parent 2 f1b6c7418cb8
permissions -rw-r--r--
scala/lift/Boot.scala: useful rules (utf8, end/ fix)

/*
 * Copyright ...
 */
package example

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

class ExampleSpec extends FlatSpec with ShouldMatchers {

  "Example" should "do something" in {

  }

}