Add note and link to doc in variable expansion e2e

pull/6/head
Paul Morie 2016-02-09 02:30:32 -05:00
parent 3281e7520c
commit 50427287ef
1 changed files with 2 additions and 0 deletions

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