Clean up TODOs in acceptance tests

This commit is contained in:
Mitchell Hashimoto 2011-12-13 23:19:50 -08:00
parent ee33588d10
commit d6b325e887
1 changed files with 0 additions and 10 deletions

View File

@ -45,14 +45,4 @@ describe "vagrant up", "basics" do
assert_execute("vagrant", "ssh", "-c", "touch /vagrant/foo")
foofile.exist?.should be, "'foo' should exist since it was touched in the shared folder"
end
=begin
TODO:
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`"
=end
end