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

@@ -41,7 +41,7 @@ var _ = Describe("Monitoring", func() {
expectNoError(err)
})
It("verify monitoring pods and all cluster nodes are available on influxdb using heapster.", func() {
It("should verify monitoring pods and all cluster nodes are available on influxdb using heapster.", func() {
if !providerIs("gce") {
By(fmt.Sprintf("Skipping Monitoring test, which is only supported for provider gce (not %s)",
testContext.Provider))