Removed default dependences to number

This commit is contained in:
Volodymyr Babchynskyy 2015-03-30 10:57:11 -06:00
parent b752805d53
commit 7628ca71e7
1 changed files with 0 additions and 5 deletions

View File

@ -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