Add Processing + registration functionality

* Also updated/added comments
This commit is contained in:
joeybloggs
2015-10-29 16:53:20 -04:00
parent 28bd4943bc
commit c6507a6c00
4 changed files with 223 additions and 60 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ func TestCommitCommentHook(t *testing.T) {
json.Unmarshal([]byte(body), &cc)
Equal(t, cc.Comment.Line, nil)
Equal(t, cc.Comment.Line, 0)
}
func TestCreateHook(t *testing.T) {