Sha256: cde81c76f7f766b84ba2df83024344f9b57d10c84dd59f09ffcd7c3d2f195522

Contents?: true

Size: 325 Bytes

Versions: 9

Compression:

Stored size: 325 Bytes

Contents

Feature: Build Aruba Gem

  As a aruba developer
  I want to build the `aruba` gem
  In order to install it

  Scenario: Building aruba using rake task

    To build the `aruba`-gem you can use the `build`-rake task.

    Given I successfully run `rake -T build`
    Then the output should contain:
    """
    build
    """

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
aruba-0.14.9 features/development/build.feature
aruba-0.14.8 features/development/build.feature
aruba-0.14.7 features/development/build.feature
aruba-0.14.6 features/development/build.feature
aruba-0.14.5 features/development/build.feature
aruba-0.14.4 features/development/build.feature
aruba-0.14.3 features/development/build.feature
aruba-win-fix-0.14.2 features/development/build.feature
aruba-0.14.2 features/development/build.feature