scala/scalatest/exampleSpec.scala
author Tomas Zeman <tzeman@volny.cz>
Tue, 16 Aug 2011 08:46:17 +0200
changeset 15 c6e7cfbfb264
parent 2 f1b6c7418cb8
permissions -rw-r--r--
added kermit/cisco-ios-connect: example of communication w/ Cisco IOS box

/*
 * Copyright ...
 */
package example

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

class ExampleSpec extends FlatSpec with ShouldMatchers {

  "Example" should "do something" in {

  }

}