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

- old
+ new

@@ -70,10 +70,10 @@ And the client has file "unable" When the client puts text "unable" Then the server returns an action not taken error Scenario: Write not enabled - Given the test server is started without write + Given the test server lacks write And a successful login And the client has file "foo" When the client puts text "foo" Then the server returns an unimplemented command error