Cleanup ginkgo declarative naming in E2Es

This commit is contained in:
jayunit100
2015-06-02 17:56:44 -04:00
parent 16d3531e90
commit e6583ef7d7
8 changed files with 12 additions and 12 deletions

View File

@@ -28,7 +28,7 @@ import (
var _ = Describe("Shell", func() {
defer GinkgoRecover()
It(fmt.Sprintf("tests that services.sh passes"), func() {
It(fmt.Sprintf("should pass tests for services.sh"), func() {
// The services script only works on gce/gke
if !providerIs("gce", "gke") {
By(fmt.Sprintf("Skipping Shell test services.sh, which is only supported for provider gce and gke (not %s)",