Sha256: 610586a2caa3fcb4e2bc867cf4c45035568532e0a48c0e551437db253f78934b

Contents?: true

Size: 349 Bytes

Versions: 3

Compression:

Stored size: 349 Bytes

Contents

Feature: Installation
  To set up a cucumber-nagios project
  A user
  Must be able to install the gem

  @install
  Scenario: Installing the gem
    When I build the gem
    And I install the latest gem
    Then I should have "cucumber-nagios-gen" on my path
    And I should have "cucumber-nagios" on my path
    And I can generate a new project

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cucumber-nagios-0.9.2 features/installing.feature
cucumber-nagios-0.9.0 features/installing.feature
cucumber-nagios-0.8.11 features/installing.feature