Sha256: 7064475d03c9c768021ff44b77fd835b34f767b538f1c1294aa54c806495e6cc

Contents?: true

Size: 374 Bytes

Versions: 1

Compression:

Stored size: 374 Bytes

Contents

Feature: Get version
  In order to know what version of the command I have installed
  I want to run a task that gives me the version
  
  Scenario Outline: Version options
    When I run "bddgen <option>"
    Then I should see the current version number
    
    Examples:
      | option    |
      | -v        |
      | -V        |
      | --version |
      | version   |

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bddgen-0.3.0 features/get_version.feature