packer-cn/builder/docker/artifact_export_test.go
2013-11-09 13:22:13 -08:00

11 lines
169 B
Go

package docker
import (
"github.com/mitchellh/packer/packer"
"testing"
)
func TestExportArtifact_impl(t *testing.T) {
var _ packer.Artifact = new(ExportArtifact)
}