test output resource

This commit is contained in:
Chris Brown
2015-01-31 23:53:38 +00:00
parent f1b2ea069d
commit 793c8a5019
4 changed files with 231 additions and 24 deletions

13
resource_suite_test.go Normal file
View File

@@ -0,0 +1,13 @@
package resource_test
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func TestGithubReleaseResource(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Github Release Resource Suite")
}