Sha256: 9f9f3c7c4d626107c309bbff200c014e11c3b53164565de320cf4f978624e300

Contents?: true

Size: 243 Bytes

Versions: 8

Compression:

Stored size: 243 Bytes

Contents

Feature: Command Line Processing
  As a source code writer I want to be able to
  calculate my hits-of-code metric

  Scenario: Help can be printed
    When I run bin/hoc with "-h"
    Then Exit code is zero
    And Stdout contains "--format"

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hoc-0.10.0 features/cli.feature
hoc-0.9.0 features/cli.feature
hoc-0.8.1 features/cli.feature
hoc-0.8 features/cli.feature
hoc-0.7.3 features/cli.feature
hoc-0.7.2 features/cli.feature
hoc-0.7.1 features/cli.feature
hoc-0.7 features/cli.feature