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 collaboratorConfiguration
The relish config
command lets you show and add
configuration options.
- Scenarios
-
- Add project to the configuration file
- Overwrite a project in the configuration file
- Attempt to add an unknown configuration option
- Add project to the configuration file
-
- When
-
I run
relish config:add project:rspec-core
- Then
-
the file ".relish" should contain the YAML:
--- project: rspec-core
- Overwrite a project in the configuration file
-
- When
-
I run
relish config:add project:rspec-core
- Then
-
the file ".relish" should contain the YAML:
--- project: rspec-core
- When
-
I run
relish config:add project:rspec-rails
- Then
-
the file ".relish" should contain the YAML:
--- project: rspec-rails
- Attempt to add an unknown configuration option
-
- When
-
I run
relish config:add foo:bar
- Then
-
it should fail with:
'foo' is not a valid option. Valid options: project
Last published over 5 years ago by mattwynne.