Add TODOs to the destroy test

This commit is contained in:
Mitchell Hashimoto 2011-11-20 13:42:06 -08:00
parent 3a18119774
commit 2174d02439
1 changed files with 4 additions and 0 deletions

View File

@ -30,4 +30,8 @@ describe "vagrant destroy" do
result = assert_execute("vagrant", "status")
result.stdout.should match_output(:status, "default", "not created")
end
# TODO:
# it is able to destroy a halted virtual machine
# it is able to destroy a suspended virtual machine
end