Sha256: 5866efcd6c419757c37e99eeb9cb11eaadccc0c5dfa84dd7bfba6deab1d5d3a5
Contents?: true
Size: 437 Bytes
Versions: 17
Compression:
Stored size: 437 Bytes
Contents
Feature: Build 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" Scenario: Building aruba using rake task To build the `aruba`-gem you can use the `build`-rake task. Given I successfully run `rake build` Then a file matching %r<pkg/aruba.*\.gem> should exist
Version data entries
17 entries across 17 versions & 1 rubygems