features/ftp_server/delete.feature in ftpd-0.1.1 vs features/ftp_server/delete.feature in ftpd-0.2.0

- old
+ new

@@ -49,5 +49,12 @@ Scenario: Not logged in Given a successful connection When the client deletes "foo" Then the server returns a not logged in error + + Scenario: Delete not enabled + Given the test server is started without delete + And a successful login + And the server has file "foo" + When the client deletes "foo" + Then the server returns an unimplemented command error