fix tests

This commit is contained in:
Mitchell Hashimoto 2015-07-09 14:14:30 -06:00
parent e9d8fa5f1c
commit e903988461
2 changed files with 1 additions and 6 deletions

View File

@ -82,12 +82,6 @@ describe VagrantPlugins::DockerProvider::Config do
subject.finalize!
assert_valid
end
it "should be invalid with a directory that doesn't have a Dockerfile" do
subject.build_dir = temporary_dir.to_s
subject.finalize!
assert_invalid
end
end
describe "#create_args" do

View File

@ -74,6 +74,7 @@ describe VagrantPlugins::ProviderVirtualBox::Action::Network do
auto_config: true,
ip: "172.28.128.1",
mac: nil,
name: nil,
netmask: "255.255.255.0",
nic_type: nil,
type: :dhcp,