Mitchell Hashimoto 99c5cddb7d V2 config supports the concept of an "UNSET" value when doing merges
This value should be used as a default, and allows the parent `merge`
method to "just work" most of the time.
2012-12-23 16:29:24 -08:00

6 lines
112 B
Ruby

require File.expand_path("../../../../base", __FILE__)
describe Vagrant::Plugin::V2::Host do
# No tests.
end