Fix failing test

This commit is contained in:
Mitchell Hashimoto 2014-08-29 11:26:09 -07:00
parent 059243670f
commit a6163d4062
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ describe VagrantPlugins::CommandBox::Command::Update do
before do
iso_env.stub(action_runner: action_runner)
machine.config.vm.box = "foo"
end
describe "execute" do