features/ftp_server/put.feature in ftpd-0.2.0 vs features/ftp_server/put.feature in ftpd-0.2.1
- old
+ new
@@ -51,10 +51,10 @@
Scenario: Missing directory
Given a successful login
And the client has file "bar"
When the client puts text "foo/bar"
- Then the server returns a no such file error
+ Then the server returns a not found error
Scenario: Not logged in
Given a successful connection
And the client has file "foo"
When the client puts text "foo"