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 collaborator--init option
Use the --init option on the command line to generate conventional
files for an rspec project.
- Scenarios
-
- generate .rspec
-
- When
-
I run
rspec --init
- Then
-
the following files should exist:
.rspec - And
- the output should contain "create .rspec"
- .rspec file already exists
-
- Given
-
a file named ".rspec" with:
--color
- When
-
I run
rspec --init
- Then
- the output should contain "exist .rspec"
Last published over 7 years ago by .