Port forwarding tests pass again

This commit is contained in:
Mitchell Hashimoto 2012-01-08 23:17:29 -08:00
parent ef37f692bd
commit 29eb419c86
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ describe "vagrant port forwarding" do
f.puts(<<VFILE)
Vagrant::Config.run do |config|
config.vm.box = "base"
config.vm.forward_port "foo", #{guest_port}, #{host_port}
config.vm.forward_port #{guest_port}, #{host_port}
end
VFILE
end