features/delete.feature in ftpd-0.0.0.pre2 vs features/delete.feature in ftpd-0.0.1.pre
- old
+ new
@@ -7,11 +7,9 @@
Scenario: Delete a file
Given a successful login
And the server has file "foo"
When the client successfully deletes "foo"
Then the server should not have file "foo"
- And the client lists the directory
- And the file list should not contain "foo"
Scenario: Missing path
Given a successful login
And the server has file "foo"
When the client deletes with no path