Migrating testcase to ScalaTest

This commit is contained in:
Naoki Takezoe
2016-02-05 22:47:27 +09:00
parent e2c39d7815
commit 44e8c0a9be
12 changed files with 361 additions and 386 deletions

View File

@@ -1,6 +1,5 @@
package gitbucket.core.util
//import org.specs2.mutable._
import org.scalatest.FunSpec
class StringUtilSpec extends FunSpec {