Sha256: 21c55c54b2253a3c004913f21551124bcdef0c5dd3b301b3459cd5194a3406d4

Contents?: true

Size: 546 Bytes

Versions: 25

Compression:

Stored size: 546 Bytes

Contents

Feature: Basic scenarios
  As a stakeholder
  I want to see some details about this feature
  So that I have some idea why this test matters

  Scenario: A passing scenario
    When Cucumber puts "hello"
    Then it should say hello

  Scenario: A failing scenario
    When the first step fails
    Then the second step should not execute

  Scenario: A pending scenario
    When the first step is pending
    Then the second step is undefined

  Scenario: A undefined scenario
    When all steps are undefined
    Then the scenario is undefined

Version data entries

25 entries across 25 versions & 3 rubygems

Version Path
ugly_face-0.8 fixtures/basic.feature
ugly_face-0.7 fixtures/basic.feature
ugly_face-0.6 fixtures/basic.feature
ugly_face-0.5 fixtures/basic.feature
ugly_face-0.4 fixtures/basic.feature
ugly_face-0.3 fixtures/basic.feature
ugly_face-0.2 fixtures/basic.feature
ugly_face-0.1 fixtures/basic.feature
pretty_face-0.10.3 fixtures/basic.feature
sponte_pretty_face-0.10.3 fixtures/basic.feature
pretty_face-0.10.2 fixtures/basic.feature
pretty_face-0.10.1 fixtures/basic.feature
pretty_face-0.10 fixtures/basic.feature
pretty_face-0.9.1 fixtures/basic.feature
pretty_face-0.9 fixtures/basic.feature
pretty_face-0.8.2 fixtures/basic.feature
pretty_face-0.8.1 fixtures/basic.feature
pretty_face-0.8 fixtures/basic.feature
pretty_face-0.7 fixtures/basic.feature
pretty_face-0.6.1 fixtures/basic.feature