core: fix hang in test
This commit is contained in:
parent
a115750401
commit
a73ea6ab7a
|
@ -244,8 +244,11 @@ describe Vagrant::Action::Builtin::BoxAdd do
|
||||||
box_collection.should_receive(:add).never
|
box_collection.should_receive(:add).never
|
||||||
app.should_receive(:call).never
|
app.should_receive(:call).never
|
||||||
|
|
||||||
expect { subject.call(env) }.
|
url = "http://127.0.0.1:#{port}"
|
||||||
to raise_error(Vagrant::Errors::BoxAddShortNotFound)
|
with_temp_env("VAGRANT_SERVER_URL" => url) do
|
||||||
|
expect { subject.call(env) }.
|
||||||
|
to raise_error(Vagrant::Errors::BoxAddShortNotFound)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue