Sha256: f680740a5f9c9931c20904468b763523a633a614dca17704ec09a0b641b98810

Contents?: true

Size: 504 Bytes

Versions: 3

Compression:

Stored size: 504 Bytes

Contents

Feature: Showing help
  In order to harness the full power of cucover
  As a developer
  I want to see help explaining cucovers usage
  
  Background:
    Given I am using the simple example app
  
  Scenario: --help
    When I run cucover --help
    Then I should see "Usage: cucover -- [options] [ [FILE|DIR|URL][:LINE[:LINE]*] ]+"
  
  Scenario: invalid command line handle
    When I run cucover --invalid-thingy
    Then I should see "Usage: cucover -- [options] [ [FILE|DIR|URL][:LINE[:LINE]*] ]+"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cucover-0.1.4 features/help.feature
cucover-0.1.3 features/help.feature
cucover-0.1.2 features/help.feature