Skip to content

Commit

Permalink
migrate kubeconfig test to Ginkgo
Browse files Browse the repository at this point in the history
  • Loading branch information
denwwer committed Oct 5, 2018
1 parent b3ee267 commit 35773da
Show file tree
Hide file tree
Showing 5 changed files with 222 additions and 300 deletions.
13 changes: 13 additions & 0 deletions pkg/utils/kubeconfig/kubeconfig_suite_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package kubeconfig

import (
"testing"

. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)

func TestPrinters(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "KubeConfig Suite")
}
Loading

0 comments on commit 35773da

Please sign in to comment.