scala/scalatest/exampleSpec.scala
author Tomas Zeman <tzeman@volny.cz>
Wed, 23 May 2018 20:33:08 +0200
changeset 54 21fabe8ab141
parent 2 f1b6c7418cb8
permissions -rw-r--r--
Imported vim-ledger https://github.com/ledger/vim-ledger @ 6eb3bb2

/*
 * Copyright ...
 */
package example

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

class ExampleSpec extends FlatSpec with ShouldMatchers {

  "Example" should "do something" in {

  }

}