Sha256: 3284e82b673b755af6882b37e02758fa21ff62960d706bc76db576a288d28ab6
Contents?: true
Size: 716 Bytes
Versions: 1
Compression:
Stored size: 716 Bytes
Contents
Feature: Find Warnings In order to clean code A user should be able to scan for warnings Scenario: Scan Single File Given the following inputs and outputs: | input | output | | 1_input | 1 | | 2_input | 4 | | 3_input | 6 | | 4_input | 3 | When I scan for warnings Then the input and output tables should match Scenario: Scan-n-fix Single File Given the following inputs and outputs: | input | output | | 1_input | 1_output | | 2_input | 2_output | | 3_input | 3_output | | 4_input | 4_output | When I scan-and-fix warnings Then the input and output tables should match
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wool-0.5.1 | features/wool.feature |