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 collaboratorRoot Directory
As a developer
I want to use the root directory of aruba
In order to use it elsewhere
- Background
-
- Given
- I use the fixture "cli-app"
- Scenarios
-
- Default configuration
-
- Given
-
a file named "features/support/aruba.rb" with:
Aruba.configure do |config| puts config.root_directory end
- When
-
I successfully run
cucumber
- Then
-
the output should contain:
tmp/aruba
- Modify value
-
- Given
-
a file named "features/support/aruba.rb" with:
Aruba.configure do |config| config.root_directory = '/tmp/' end
- Then
-
I successfully run
cucumber
Last published almost 6 years ago by philoserf.