it 'deletes destroy action and redirects' do @<%= singular_name %>.expects(:destroy) delete :destroy, :id => 1 response.should be_redirect end