Merge pull request #20889 from pmorie/substitution-e2e

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2016-02-09 11:26:06 -08:00
commit 8ecea546b2

View File

@ -23,6 +23,8 @@ import (
. "github.com/onsi/ginkgo"
)
// These tests exercise the Kubernetes expansion syntax $(VAR).
// For more information, see: docs/design/expansion.md
var _ = Describe("Variable Expansion", func() {
framework := NewFramework("var-expansion")