Sha256: dde59ffa71b11d50f588dea1f6db335536ee00f3db8f0ee17a5abc289966b0f4

Contents?: true

Size: 621 Bytes

Versions: 44

Compression:

Stored size: 621 Bytes

Contents

Feature: Loading an arbitrary Ruby file as a formatter

    Scenario: The file loaded does not contain a Ruby class
        When I pipe to xcpretty with "--formatter /bin/bash"
        Then the exit status code should be 1

    Scenario: The file loaded contains a Ruby class
        Given I have a file to compile
        When I pipe to xcpretty with a custom formatter
        Then the exit status code should be 0

    Scenario: Showing output using a custom formatter
        Given I have a file to compile
        When I pipe to xcpretty with a custom formatter
        Then I should see a custom compilation message

Version data entries

44 entries across 44 versions & 4 rubygems

Version Path
xcpretty-0.1.0 features/custom_formatter.feature
xcpretty-0.0.9 features/custom_formatter.feature
xcpretty-0.0.8 features/custom_formatter.feature
xcpretty-0.0.7 features/custom_formatter.feature