mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-24 18:30:41 -05:00
10 lines
125 B
Go
10 lines
125 B
Go
|
|
package vagrant
|
||
|
|
|
||
|
|
import (
|
||
|
|
"testing"
|
||
|
|
)
|
||
|
|
|
||
|
|
func TestDockerProvider_impl(t *testing.T) {
|
||
|
|
var _ Provider = new(DockerProvider)
|
||
|
|
}
|