Sha256: 3647dca83c48a5d3f78ec77b40550a4f8905a4f37ff536cd5cef7d3750b9dc85
Contents?: true
Size: 701 Bytes
Versions: 1
Compression:
Stored size: 701 Bytes
Contents
Feature: Showing build output in simple format Scenario: Showing file compilation Given I have a file to compile When I run piping with options "--simple" Then I should see a successful compilation message Scenario: Showing precompilation Given I have a precompiled header When I run piping with options "--simple" Then I should see a successful precompilation message Scenario: Showing file compilation with colorization Given I have a file to compile When I run piping with options "--simple --color" Then I should see a green success icon Scenario: Showing precompilation Given I have a precompiled header When I run piping with options "--simple --color" Then I should see a green success icon
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xcpretty-0.0.1 | features/simple_format.feature |