Skip to content

Commit

Permalink
Merge branch 'master' into issue-214-volume-size
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper authored Oct 5, 2018
2 parents 812d57c + 60ddc59 commit 2bb451d
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 2bb451d

Please sign in to comment.