Fix failing test
This commit is contained in:
parent
059243670f
commit
a6163d4062
|
@ -23,6 +23,7 @@ describe VagrantPlugins::CommandBox::Command::Update do
|
||||||
|
|
||||||
before do
|
before do
|
||||||
iso_env.stub(action_runner: action_runner)
|
iso_env.stub(action_runner: action_runner)
|
||||||
|
machine.config.vm.box = "foo"
|
||||||
end
|
end
|
||||||
|
|
||||||
describe "execute" do
|
describe "execute" do
|
||||||
|
|
Loading…
Reference in New Issue