fix failing test

This commit is contained in:
Mitchell Hashimoto 2013-09-06 00:13:32 -07:00
parent afab61a05f
commit 77036c7eea
1 changed files with 1 additions and 0 deletions

View File

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