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

- old
+ new

@@ -30,10 +30,10 @@ Given a successful login And the server has file "foo" When the client deletes with no path Then the server returns a path required error - Scenario: No such file + Scenario: not found Given a successful login When the client deletes "foo" Then the server returns a not found error Scenario: Access denied