Tests passing again

This commit is contained in:
Mitchell Hashimoto 2014-04-09 10:57:00 -07:00
parent d8ec7b02c4
commit 794ca7a4df
1 changed files with 3 additions and 0 deletions

View File

@ -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