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 collaboratorCompare files
- Background
-
- Given
- I use a fixture named "cli-app"
- Scenarios
-
- Compare existing files
-
- Given
-
a file named "features/non-existence.feature" with:
Feature: Existence Scenario: Existence Given a file named "foo" with: """ hello world """ And a file named "bar" with: """ hello world """ And a file named "nonbar" with: """ hello another world """ Then the file "foo" should be equal to file "bar" And the file "foo" should not be equal to file "nonbar"
- When
-
I run
cucumber
- Then
- the features should all pass
- Compare non-existing files
-
- Given
-
a file named "features/non-existence.feature" with:
Feature: Existence Scenario: Existence Given a file named "foo" with: """ hello world """ Then the file "foo" should be equal to file "bar"
- When
-
I run
cucumber
- Then
- the features should not pass
Last published almost 6 years ago by philoserf.