Sha256: 8ee1de0b00ee08f64a00629dcee8d84b429dfc63174cc6ed799ba07029c1d79d

Contents?: true

Size: 513 Bytes

Versions: 50

Compression:

Stored size: 513 Bytes

Contents

Feature: Get help about Onceover's features, commands and commands' parameters
  I would like to use executable file to run Onceover and read help

  Background:
    Given onceover executable

  Scenario: Show main options with executable wihtout parameters
    When I run onceover command ""
    Then I see help for commands: "help, init, run, show, update"

  Scenario: Show main help with "help" command
    When I run onceover command "help"
    Then I see help for commands: "help, init, run, show, update"

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
onceover-3.6.0 features/help.feature
onceover-3.5.2 features/help.feature
onceover-3.5.1 features/help.feature
onceover-3.5.0 features/help.feature
onceover-3.4.0 features/help.feature
onceover-3.3.3 features/help.feature
onceover-3.3.2 features/help.feature
onceover-3.3.1 features/help.feature
onceover-3.3.0 features/help.feature
onceover-3.2.8 features/help.feature