core: fix tests

This commit is contained in:
Mitchell Hashimoto 2013-11-26 19:13:21 -08:00
parent fef24b2b24
commit 1e7084e1e1
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ describe Vagrant::CLI do
let(:environment) do
ui = double("UI::Silent")
ui.stub(:machine => "bar")
ui.stub(:info => "bar")
env = double("Vagrant::Environment")
env.stub(:active_machines => [])