2014-04-06 13:21:22 -04:00
|
|
|
package common
|
|
|
|
|
|
|
|
import (
|
|
|
|
"testing"
|
|
|
|
|
2015-05-27 17:30:59 -04:00
|
|
|
"github.com/mitchellh/packer/template/interpolate"
|
|
|
|
)
|
2014-04-06 13:21:22 -04:00
|
|
|
|
2015-05-27 17:30:59 -04:00
|
|
|
func testConfigTemplate(t *testing.T) *interpolate.Context {
|
|
|
|
return &interpolate.Context{}
|
2014-04-06 13:21:22 -04:00
|
|
|
}
|