Finished adding GitHub Event mapping structs

This commit is contained in:
joeybloggs
2015-10-29 12:26:29 -04:00
parent 8c02b7a6d7
commit 28bd4943bc
6 changed files with 1090 additions and 76 deletions
-4
View File
@@ -2,7 +2,6 @@ package webhooks
import (
"os"
"reflect"
"testing"
. "gopkg.in/go-playground/assert.v1"
@@ -31,7 +30,4 @@ func TestMain(m *testing.M) {
func TestHooks(t *testing.T) {
Equal(t, true, true)
results := New(&GitHubConfig{Provider: GitHub})
Equal(t, reflect.TypeOf(results).String(), "*webhooks.GitHubWebhook")
}