(refs #115)Fix TestCase

This commit is contained in:
takezoe
2014-03-14 02:57:31 +09:00
parent 8777535431
commit c5ccbf2d1f

View File

@@ -7,7 +7,7 @@ import javax.servlet.ServletContext
class GitCommandFactorySpec extends Specification with Mockito { class GitCommandFactorySpec extends Specification with Mockito {
val factory = new GitCommandFactory(mock[ServletContext]) val factory = new GitCommandFactory(mock[ServletContext], "http://localhost:8080")
"createCommand" should { "createCommand" should {
"returns GitReceivePack when command is git-receive-pack" in { "returns GitReceivePack when command is git-receive-pack" in {