Fix Markdown testcase

This commit is contained in:
Naoki Takezoe
2015-09-21 12:08:16 +09:00
parent 84c3bc4ad4
commit e1c155d09d
2 changed files with 118 additions and 114 deletions

View File

@@ -2,9 +2,9 @@ package gitbucket.core.view
import org.specs2.mutable._
class GitBucketHtmlSerializerSpec extends Specification {
class MarkdownSpec extends Specification {
import GitBucketHtmlSerializer._
import Markdown._
"generateAnchorName" should {
"convert whitespace characters to hyphens" in {