Sha256: 42e2ecbf33ebbbf9d24124352d09624548dc505864ae88bfd603bf8f3f05d8cb

Contents?: true

Size: 339 Bytes

Versions: 1

Compression:

Stored size: 339 Bytes

Contents

Feature: Status codes

    Scenario: Xcode tests have failed
        Given I have a failing test in my suite
        When I pipe to xcpretty
        Then the exit status code should be 1

    Scenario: Xcode build has failed
        Given the build has failed
        When I pipe to xcpretty
        Then the exit status code should be 1

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
xcpretty-0.0.7 features/xcpretty.feature