mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-07 22:15:51 +01:00
Fix Markdown testcase
This commit is contained in:
@@ -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 {
|
||||
Reference in New Issue
Block a user