Sign in
edge
/
goscaffold
/
f6dc5f82804320826081c37f8fd478418b411508
/
.
/
scaffold_main_test.go
blob: a12dc5092f8ca70f085b1a23656c4a745dcbd358 [
file
] [
log
] [
blame
]
package goscaffold
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func TestScaffold(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Scaffold Suite")
}