Sha256: feb1cd944ea462859ab6c75355d7b6af4e9d6a3595095a3d2c3e42a6e6f202ba

Contents?: true

Size: 620 Bytes

Versions: 6

Compression:

Stored size: 620 Bytes

Contents

Feature: Exception with no source
  As a Cuker
  I want to visualize exceptions even if I cannot retrieve the code
  So that I can still use Cuukie when the source is on another machine
  
Scenario: Exception with unknown file
  When I get an exception referencing a file that doesn't exist
  Then Cuukie should be OK with it

Scenario: Exception with wrong line
  When I get an exception referencing a line that doesn't exist
  Then Cuukie should be OK with it

Scenario: Exception with mangled backtrace
  When I get an exception and I cannot even tell which file and line it's from
  Then Cuukie should be OK with it

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cuukie-0.3.1 spec/test_project/features/4_exception_with_no_source.feature
cuukie-0.3.0 spec/test_project/features/4_exception_with_no_source.feature
cuukie-0.2.2 spec/test_project/features/4_exception_with_no_source.feature
cuukie-0.2.1 spec/test_project/features/4_exception_with_no_source.feature
cuukie-0.2.0 spec/test_project/features/4_exception_with_no_source.feature
cuukie-0.1.4 spec/test_project/features/4_exception_with_no_source.feature