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