(refs #115)Fix typo

This commit is contained in:
Tomofumi Tanaka
2014-03-12 01:01:12 +09:00
parent 0fe122dc63
commit f93ceaa91d

View File

@@ -10,7 +10,7 @@ class GitCommandFactorySpec extends Specification with Mockito {
val factory = new GitCommandFactory(mock[ServletContext])
"createCommand" should {
"returns GitRecievePack when command is git-receive-pack" in {
"returns GitReceivePack when command is git-receive-pack" in {
factory.createCommand("git-receive-pack '/owner/repo.git'").isInstanceOf[GitReceivePack] must beTrue
factory.createCommand("git-receive-pack '/owner/repo.wiki.git'").isInstanceOf[GitReceivePack] must beTrue