Fix Hyper-V tests

This commit is contained in:
Mitchell Hashimoto 2014-03-06 09:04:23 -08:00
parent 1ccedcd2cb
commit 4104f6c21f
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ describe VagrantPlugins::HyperV::Provider do
before do
stub_const("Vagrant::Util::Platform", platform)
stub_const("Vagrant::Util::PowerShell", powershell)
machine.stub(id: "foo")
platform.stub(windows?: true)
platform.stub(windows_admin?: true)
powershell.stub(available?: true)