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 collaboratorls
In order to see the directory structure
As a Unix user
I need to be able to list the current directory's contents
- Scenarios
-
- List 2 files in a directory
-
- Given
- I am in a directory "test"
- And
- I have a file named "foo"
- And
- I have a file named "bar"
- When
- I run "ls"
- Then
-
I should get:
bar foo
Last published almost 7 years ago by Nicolas Garneau.