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 collaboratorInstall
In Rails projects, DiceBag tasks are loaded automatically. For other
projects, add require 'dice_bag/tasks'
to your Rakefile
or wherever your
local rake tasks are defined.
- Scenarios
-
- Require DiceBag tasks in Rakefile
-
- Given
-
a file named "Rakefile" with:
require 'dice_bag/tasks'
- When
-
I run
rake config
- Then
- the exit status should be 0
Last published almost 7 years ago by Andrew Smith.