12 lines
186 B
Go
Raw Normal View History

package common
import (
"testing"
2015-05-27 14:30:59 -07:00
"github.com/mitchellh/packer/template/interpolate"
)
2015-05-27 14:30:59 -07:00
func testConfigTemplate(t *testing.T) *interpolate.Context {
return &interpolate.Context{}
}