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 collaboratorBuild Aruba Gem
As a aruba developer
I want to build the aruba
gem
In order to install it
- Background
-
- Given
-
I successfully run
git clone https://github.com/cucumber/aruba.git
- And
- I cd to "aruba"
- Scenarios
-
- Building aruba using rake task
-
To build the
aruba
-gem you can use thebuild
-rake task.- Given
-
I successfully run
rake build
- Then
- a file matching %r<pkg/aruba.*\.gem> should exist
Last published over 7 years ago by Max Meyer.