To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorRemove a directory
- Background
-
- Given
- I use a fixture named "cli-app"
- Scenarios
-
- Remove an existing directory
- Remove an non-existing directory
- Force remove an non-existing directory
- Remove an existing directory
-
- Given
-
a file named "features/non-existence.feature" with:
Feature: Remove Scenario: Remove Given an empty directory named "foo" When I remove the directory "foo" Then the directory "foo" should not exist
- When
-
I run
cucumber
- Then
- the features should all pass
- Remove an non-existing directory
-
- Given
-
a file named "features/non-existence.feature" with:
Feature: Remove Scenario: Remove When I remove the directory "foo" Then the directory "foo" should not exist
- When
-
I run
cucumber
- Then
- the features should not pass
- Force remove an non-existing directory
-
- Given
-
a file named "features/non-existence.feature" with:
Feature: Remove Scenario: Remove When I remove the directory "foo" with full force Then the directory "foo" should not exist
- When
-
I run
cucumber
- Then
- the features should all pass
Last published almost 6 years ago by philoserf.