Sha256: 08e224e57683d1013dde31da1d315f3df39a6600137d6cb97bc8fd0e8c09d84c

Contents?: true

Size: 498 Bytes

Versions: 120

Compression:

Stored size: 498 Bytes

Contents

Feature: https://rspec.lighthouseapp.com/projects/16211/tickets/464
  Scenario: Limiting with tags which do not exist in the features
    Given a standard Cucumber project directory structure
    And a file named "features/f.feature" with:
      """
      Feature: Test
      In order to test
      As a tester
      I want to test

        @tag
        Scenario: Testing
          Given I'm a test
      """
    When I run cucumber -q features/f.feature --tag @i_dont_exist
    Then it should pass

Version data entries

120 entries across 118 versions & 15 rubygems

Version Path
cucumber-1.3.20 legacy_features/bug_464.feature
cucumber-1.3.19 legacy_features/bug_464.feature
cucumber-1.3.18 legacy_features/bug_464.feature
cucumber-1.3.17 legacy_features/bug_464.feature
cucumber-1.3.16 legacy_features/bug_464.feature
cucumber-1.3.15 legacy_features/bug_464.feature
cucumber-1.3.14 legacy_features/bug_464.feature
cucumber-1.3.13 legacy_features/bug_464.feature
cucumber-1.3.12 legacy_features/bug_464.feature
cucumber-1.3.11 legacy_features/bug_464.feature
cucumber-1.3.10 legacy_features/bug_464.feature
cucumber-1.3.9 legacy_features/bug_464.feature
candlepin-api-0.4.0 bundle/ruby/1.9.1/gems/cucumber-1.2.1/legacy_features/bug_464.feature
candlepin-api-0.4.0 bundle/ruby/1.8/gems/cucumber-1.2.1/legacy_features/bug_464.feature
candlepin-api-0.4.0 bundle/ruby/gems/cucumber-1.2.1/legacy_features/bug_464.feature
cucumber-1.3.8 legacy_features/bug_464.feature
cucumber-1.3.7 legacy_features/bug_464.feature
cucumber-1.3.6 legacy_features/bug_464.feature
cucumber-1.3.5 legacy_features/bug_464.feature
cucumber-1.3.4 legacy_features/bug_464.feature