From 8e6db0015f5a42ca9e3795e6cf72fde480acfa4c Mon Sep 17 00:00:00 2001 From: Volodymyr Babchynskyy Date: Mon, 30 Mar 2015 11:01:38 -0600 Subject: [PATCH] Fixed typo --- test/unit/plugins/providers/hyperv/config_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/plugins/providers/hyperv/config_test.rb b/test/unit/plugins/providers/hyperv/config_test.rb index 564473873..e8595aef7 100644 --- a/test/unit/plugins/providers/hyperv/config_test.rb +++ b/test/unit/plugins/providers/hyperv/config_test.rb @@ -13,7 +13,7 @@ describe VagrantPlugins::HyperV::Config do subject.finalize! expect(subject.ip_address_timeout).to eq(120) end - + end describe "#vlan_id" do it "can be set" do subject.vlan_id = 100