features/ftp_server/put.feature in ftpd-0.1.1 vs features/ftp_server/put.feature in ftpd-0.2.0
- old
+ new
@@ -69,5 +69,12 @@
Scenario: File system error
Given a successful login
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
+ And a successful login
+ And the client has file "foo"
+ When the client puts text "foo"
+ Then the server returns an unimplemented command error