svn commit helper (displays diff); diff must be manually deleted before committing the changes
/*
* Copyright ...
*/
package example
import org.scalatest.FlatSpec
import org.scalatest.matchers.ShouldMatchers
class ExampleSpec extends FlatSpec with ShouldMatchers {
"Example" should "do something" in {
}
}