Sha256: 686f2618c8dd6b90b818d6a0a9754f552410ab432014e7f0f707acf76e51f969
Contents?: true
Size: 533 Bytes
Versions: 1
Compression:
Stored size: 533 Bytes
Contents
@issue Feature: Issue #65 Unrecognized --tag-help argument The "behave --help" output refers to the option "--tag-help" in the description of the "--tags" option. The correct option for more help on tags is "--tags-help". Scenario: Ensure environment assumptions are correct (Sanity Check) Given a new working directory When I run "behave --help" Then the command output should contain: """ --tags-help """ But the command output should not contain: """ --tag-help """
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
busser-behave-0.1.3 | vendor/behave/issue.features/issue0065.feature |