From 03826ec13909baf007e7d6053cb09be72fcac71c Mon Sep 17 00:00:00 2001 From: Eric Tune Date: Mon, 15 Jun 2015 14:05:49 -0700 Subject: [PATCH] Rephrase test descriptions. --- test/e2e/host_path.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/host_path.go b/test/e2e/host_path.go index b1ec66164f6..6eadb825346 100644 --- a/test/e2e/host_path.go +++ b/test/e2e/host_path.go @@ -57,7 +57,7 @@ var _ = Describe("hostDir", func() { } }) - It("MOD volume on tmpfs should have the correct mode", func() { + It("should give a volume the correct mode", func() { volumePath := "/test-volume" source := &api.HostPathVolumeSource{ Path: "/tmp",