From a6163d4062509d7e6ff80ca8adda3552e28b9c95 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 29 Aug 2014 11:26:09 -0700 Subject: [PATCH] Fix failing test --- test/unit/plugins/commands/box/command/update_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unit/plugins/commands/box/command/update_test.rb b/test/unit/plugins/commands/box/command/update_test.rb index b41b82100..4477d0aa5 100644 --- a/test/unit/plugins/commands/box/command/update_test.rb +++ b/test/unit/plugins/commands/box/command/update_test.rb @@ -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