From 7628ca71e7a6cf449e3c7ea258ed366bfffc94e6 Mon Sep 17 00:00:00 2001 From: Volodymyr Babchynskyy Date: Mon, 30 Mar 2015 10:57:11 -0600 Subject: [PATCH] Removed default dependences to number --- test/unit/plugins/providers/hyperv/config_test.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/unit/plugins/providers/hyperv/config_test.rb b/test/unit/plugins/providers/hyperv/config_test.rb index 4bdc2daa3..564473873 100644 --- a/test/unit/plugins/providers/hyperv/config_test.rb +++ b/test/unit/plugins/providers/hyperv/config_test.rb @@ -20,11 +20,6 @@ describe VagrantPlugins::HyperV::Config do subject.finalize! expect(subject.vlan_id).to eq(100) end - - it "defaults to a number" do - subject.finalize! - expect(subject.vlan_id).to eq(0) - end end describe "#vmname" do it "can be set" do