I tried to find some help in Shoulda list without a positive result. I
am able to test DELETE :destroy with Test::Unit but I cannot with
Shoulda because instead of a 302 (redirect) I get 200.
Do you have a basic and simple example on how to test the delete part
of the CRUD?