From c5ccbf2d1f381fa90e8abf23a7bd0496b30f230c Mon Sep 17 00:00:00 2001 From: takezoe Date: Fri, 14 Mar 2014 02:57:31 +0900 Subject: [PATCH] (refs #115)Fix TestCase --- src/test/scala/ssh/GitCommandSpec.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/scala/ssh/GitCommandSpec.scala b/src/test/scala/ssh/GitCommandSpec.scala index c8772b171..c5c463000 100644 --- a/src/test/scala/ssh/GitCommandSpec.scala +++ b/src/test/scala/ssh/GitCommandSpec.scala @@ -7,7 +7,7 @@ import javax.servlet.ServletContext class GitCommandFactorySpec extends Specification with Mockito { - val factory = new GitCommandFactory(mock[ServletContext]) + val factory = new GitCommandFactory(mock[ServletContext], "http://localhost:8080") "createCommand" should { "returns GitReceivePack when command is git-receive-pack" in {