scala/scalatest/exampleSpec.scala
author Tomas Zeman <tzeman@volny.cz>
Fri, 18 Feb 2011 09:58:52 +0100
changeset 7 186c5b1022aa
parent 2 f1b6c7418cb8
permissions -rw-r--r--
lift Boot: add date time converter

/*
 * Copyright ...
 */
package example

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

class ExampleSpec extends FlatSpec with ShouldMatchers {

  "Example" should "do something" in {

  }

}