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 collaboratorCreate a single configuration file
Sometimes you just want to reconfigure a single file, so the config:file
task is there to help you out.
- Scenarios
-
- Populating a single configuration file
-
- Given
- an empty file named "database.yml.dice"
- And
- an empty file named "secret_token.rb.dice"
- When
-
I run
rake config:file[database.yml.dice]
- Then
- a file named "database.yml" should exist
- But
- a file named "secret_token.rb" should not exist
Last published almost 7 years ago by Andrew Smith.