github.com/homburg/packer@v0.6.1-0.20140528012651-1dcaf1716848/builder/docker/artifact_export_test.go (about) 1 package docker 2 3 import ( 4 "github.com/mitchellh/packer/packer" 5 "testing" 6 ) 7 8 func TestExportArtifact_impl(t *testing.T) { 9 var _ packer.Artifact = new(ExportArtifact) 10 }