Sha256: 2bd9b0ede13375702ab1f780913a5134117e7953b68f7b003f34c7e6d3d23ed3

Contents?: true

Size: 410 Bytes

Versions: 37

Compression:

Stored size: 410 Bytes

Contents

Feature: Showing Knock-style test output

    Scenario: Showing failed tests
        Given I have a failing test in my suite
        When I pipe to xcpretty with "--knock"
        Then I should see text beginning with "not ok"

    Scenario: Showing passing tests
        Given I have a passing test in my suite
        When I pipe to xcpretty with "--knock"
        Then I should see text beginning with "ok"

Version data entries

37 entries across 37 versions & 4 rubygems

Version Path
xcpretty-bb-0.1.12.bb6 features/knock_format.feature
xcpretty-0.2.0 features/knock_format.feature
xcpretty-bb-0.1.12.bb5 features/knock_format.feature
xcpretty-bb-0.1.12.bb4 features/knock_format.feature
xcpretty-bb-0.1.12.bb3 features/knock_format.feature
xcpretty-bb-0.1.12.bb2 features/knock_format.feature
xcpretty-bb-0.1.12.bb1 features/knock_format.feature
xcpretty-0.1.12 features/knock_format.feature
xcpretty-0.1.11 features/knock_format.feature
xcpretty-0.1.10 features/knock_format.feature
learn-xcpretty-0.1.11 features/knock_format.feature
xcpretty-0.1.9 features/knock_format.feature
xcpretty-0.1.8 features/knock_format.feature
xcpretty-0.1.7 features/knock_format.feature
xcpretty-0.1.6 features/knock_format.feature
xcpretty-0.1.5 features/knock_format.feature
xcpretty-0.1.4 features/knock_format.feature