github.com/kimor79/packer@v0.8.7-0.20151221212622-d507b18eb4cf/builder/virtualbox/common/config_test.go (about)

     1  package common
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/mitchellh/packer/template/interpolate"
     7  )
     8  
     9  func testConfigTemplate(t *testing.T) *interpolate.Context {
    10  	return &interpolate.Context{}
    11  }