Sha256: 480e903c7b249be2995a50bb81c65355fa5bb8088d4196544dd51e52dbec3854

Contents?: true

Size: 346 Bytes

Versions: 5

Compression:

Stored size: 346 Bytes

Contents

Feature: Show Failed Background
  As a Cuker
  I want to visualize Background failures
  So that I know that everything else is skipped

Background: Failing Background
  Given a Background Step fails

Scenario: First Scenario
  Then the first Scenario should be failing

Scenario: Other Scenarios
  Then the following Scenarios should be skipped

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cuukie-0.3.1 spec/test_project/features/3_failed_background.feature
cuukie-0.3.0 spec/test_project/features/3_failed_background.feature
cuukie-0.2.2 spec/test_project/features/3_failed_background.feature
cuukie-0.2.1 spec/test_project/features/3_failed_background.feature
cuukie-0.2.0 spec/test_project/features/3_failed_background.feature