Rephrase test descriptions.

This commit is contained in:
Eric Tune 2015-06-15 14:05:49 -07:00
parent 3f62e420cb
commit 03826ec139

View File

@ -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",