Add a bunch of test TODOs

This commit is contained in:
Mitchell Hashimoto 2011-11-06 13:44:44 -08:00
parent 421a1fb341
commit a80e579af7
1 changed files with 10 additions and 0 deletions

View File

@ -13,6 +13,16 @@ class BasicUpTest < AcceptanceTest
=begin
TODO:
should "fail if no `Vagrantfile` is found"
should "be able to run if `Vagrantfile` is in parent directory"
should "bring up a running virtual machine and be able to SSH into it"
should "bring up a running virtual machine and have a `/vagrant' shared folder by default"
should "destroy a running virtual machine"
should "save then restore a virtual machine using `vagrant up`"
should "halt then start a virtual machine using `vagrant up`"
This shows how we can test that SSH is working. We'll use
this code later, but for now have no test that exercises it.