features/ftp_server/delete.feature in ftpd-0.3.2 vs features/ftp_server/delete.feature in ftpd-0.4.0

- old
+ new

@@ -51,10 +51,10 @@ 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 + Given the test server lacks delete And a successful login And the server has file "foo" When the client deletes "foo" Then the server returns an unimplemented command error