scala/scalatest/exampleSpec.scala
author Tomas Zeman <tzeman@volny.cz>
Fri, 25 Jul 2014 19:20:08 +0200
changeset 47 ac3f02c99e6c
parent 2 f1b6c7418cb8
permissions -rw-r--r--
scripts/centerim-enc: gpg encrypted centerim configuration

/*
 * Copyright ...
 */
package example

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

class ExampleSpec extends FlatSpec with ShouldMatchers {

  "Example" should "do something" in {

  }

}