Tests passing again
This commit is contained in:
parent
d8ec7b02c4
commit
794ca7a4df
|
@ -99,6 +99,9 @@ describe Vagrant::Environment do
|
|||
env.homedir.join("setup_version").open("w") do |f|
|
||||
f.write("1.1")
|
||||
end
|
||||
|
||||
allow_any_instance_of(Vagrant::UI::Silent).
|
||||
to receive(:ask)
|
||||
end
|
||||
|
||||
it "replaces the setup version with the new version" do
|
||||
|
|
Loading…
Reference in New Issue