Sha256: f48b928b33fc139831a79a2e1c9a73f37e7f6e0f796151d788312015a2bf7571

Contents?: true

Size: 471 Bytes

Versions: 13

Compression:

Stored size: 471 Bytes

Contents

Feature: Simple Reporting
  I want to be able to build a report

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

  Scenario: Version can be printed
    When I run bin/cobench with "--version"
    Then Exit code is zero

  Scenario: Simple report
    When I run bin/cobench with "--coder yegor256 --verbose --dry --to foo"
    Then Stdout contains "XML saved to"
    And Exit code is zero

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
cobench-0.0.14 features/cli.feature
cobench-0.0.13 features/cli.feature
cobench-0.0.12 features/cli.feature
cobench-0.0.11 features/cli.feature
cobench-0.0.10 features/cli.feature
cobench-0.0.9 features/cli.feature
cobench-0.0.8 features/cli.feature
cobench-0.0.7 features/cli.feature
cobench-0.0.6 features/cli.feature
cobench-0.0.5 features/cli.feature
cobench-0.0.4 features/cli.feature
cobench-0.0.3 features/cli.feature
cobench-0.0.2 features/cli.feature