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 collaboratorChange working directory
You might want to change the current working directory.
- Background
-
- Given
- I use a fixture named "cli-app"
- Scenarios
-
- Change to an existing sub directory
-
- Given
-
a file named "features/non-existence.feature" with:
Feature: Working Directory Scenario: Working Directory Given a file named "foo/bar/example.txt" with: """ hello world """ When I cd to "foo/bar" And I run
cat example.txt
Then the output should contain "hello world" And the file "example.txt" should exist - When
-
I run
cucumber
- Then
- the features should all pass
- Change to an non-existing sub directory
-
- Given
-
a file named "features/non-existence.feature" with:
Feature: Working Directory Scenario: Working Directory When I cd to "foo/bar/non-existing"
- When
-
I run
cucumber
- Then
- the features should not pass
Last published almost 6 years ago by philoserf.