Sha256: 9b02af4bb772195c76f95ccb51ed59cde73274d0b3cf129f37a479e007851849

Contents?: true

Size: 480 Bytes

Versions: 2

Compression:

Stored size: 480 Bytes

Contents

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

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

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

  Scenario: Simple roundtrip to GitHub
    When I run bin/mergem with "--repo yegor256/mergem --dry --verbose"
    Then Stdout contains "1 PRs processed"
    And Exit code is zero

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mergem-0.0.2 features/cli.feature
mergem-0.0.1 features/cli.feature