Merge pull request #9817 from erictune/testnames

Rephrase test descriptions.
This commit is contained in:
Saad Ali 2015-06-17 14:20:51 -07:00
commit de575bb851

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