Fixed typo

This commit is contained in:
Volodymyr Babchynskyy 2015-03-30 11:01:38 -06:00
parent 7628ca71e7
commit 8e6db0015f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ describe VagrantPlugins::HyperV::Config do
subject.finalize! subject.finalize!
expect(subject.ip_address_timeout).to eq(120) expect(subject.ip_address_timeout).to eq(120)
end end
end
describe "#vlan_id" do describe "#vlan_id" do
it "can be set" do it "can be set" do
subject.vlan_id = 100 subject.vlan_id = 100