From 2174d02439bbf6798bf459ef380a9129b0a58ba0 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 20 Nov 2011 13:42:06 -0800 Subject: [PATCH] Add TODOs to the destroy test --- test/acceptance/destroy_test.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/acceptance/destroy_test.rb b/test/acceptance/destroy_test.rb index 54c30cef4..7b8da2cb2 100644 --- a/test/acceptance/destroy_test.rb +++ b/test/acceptance/destroy_test.rb @@ -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