Sha256: b79e6cf04cb52a814d681d9405c37d68ad6c5ea30cbe5608ef14377fb9e366bd

Contents?: true

Size: 368 Bytes

Versions: 2

Compression:

Stored size: 368 Bytes

Contents

Feature: Using .hoc config file
  As a source code writer I want to be able to
  call HOC as a command line tool and configure
  it via .hoc configuration file

  Scenario: Simple hoc counting
    Given I run bash:
    """
    set -e
    echo '--help' > .hoc
    """
    When I run bin/hoc with "-f int"
    Then Exit code is zero
    And Stdout contains "[options]"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hoc-0.6 features/uses_config.feature
hoc-0.5 features/uses_config.feature