}
@Test
public void shouldNotAllowDELETEForUnauthorizedAccess() throws Exception {
final URL testURL = createTestURL();
Warp.initiate(new Activity() {
@Override
public void perform() {
given().
then().
statusCode(Status.UNAUTHORIZED.getStatusCode()).