Sha256: 6c5d47e79c4548dc8c352d40ac837d964f32e5478b7477b45f2d6345bc6dadf0

Contents?: true

Size: 622 Bytes

Versions: 1

Compression:

Stored size: 622 Bytes

Contents

@issue
Feature: Issue #30 "behave --version" runs features and shows no version

  Scenario: Ensure environment assumptions are correct (Sanity Check)
    Given a new working directory
    When I run "behave"
    Then it should fail
    And the command output should contain:
      """
      No steps directory in '{__WORKDIR__}/features'
      """

  Scenario: Ensure --version option is processed correctly
    Given a new working directory
    When I run "behave --version"
    Then it should pass
    And the command output should not contain:
      """
      No steps directory in '{__WORKDIR__}/features'
      """

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
busser-behave-0.1.3 vendor/behave/issue.features/issue0030.feature