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.4.0 features/custom_formatter.feature
xcpretty-security-patched-0.3.2 features/custom_formatter.feature
xcpretty-security-patched-0.3.0 features/custom_formatter.feature
xcpretty-0.3.0 features/custom_formatter.feature
xcpretty-0.2.8 features/custom_formatter.feature
xcpretty-0.2.7 features/custom_formatter.feature
xcpretty-0.2.6 features/custom_formatter.feature
xcpretty-0.2.4 features/custom_formatter.feature
xcpretty-0.2.3 features/custom_formatter.feature
xcpretty-bb-0.1.12.bb14 features/custom_formatter.feature
xcpretty-bb-0.1.12.bb13 features/custom_formatter.feature
xcpretty-bb-0.1.12.bb12 features/custom_formatter.feature
xcpretty-bb-0.1.12.bb11 features/custom_formatter.feature
xcpretty-bb-0.1.12.bb10 features/custom_formatter.feature
xcpretty-bb-0.1.12.bb9 features/custom_formatter.feature
xcpretty-bb-0.1.12.bb8 features/custom_formatter.feature
learn-xcpretty-0.1.12 features/custom_formatter.feature
xcpretty-0.2.2 features/custom_formatter.feature
xcpretty-bb-0.1.12.bb7 features/custom_formatter.feature
xcpretty-0.2.1 features/custom_formatter.feature