Add TODOs to the destroy test
This commit is contained in:
parent
3a18119774
commit
2174d02439
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue