7 lines
158 B
Ruby
7 lines
158 B
Ruby
require_relative "../../../base"
|
|
|
|
require Vagrant.source_root.join("plugins/providers/docker/config")
|
|
|
|
describe VagrantPlugins::DockerProvider::Config do
|
|
end
|