Sha256: e8c52efa4b02cc15dcdd9b21ea521ca7ed1f66030a875555197766398dadfab5

Contents?: true

Size: 462 Bytes

Versions: 1

Compression:

Stored size: 462 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"
    Then Stdout contains "XML saved to"
    And Exit code is zero

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cobench-0.0.1 features/cli.feature