Sha256: f9a9d5959d208ae503c911bc20ad88af76fbfb4e40073d1f9596d8511d039941

Contents?: true

Size: 518 Bytes

Versions: 9

Compression:

Stored size: 518 Bytes

Contents

Feature: Battle a monster with hooks

  @before_hook_error
  Scenario: [ERROR] Error in before hook
    Given there is a monster
     When I attack it
     Then it should die
      And Fanfare

  @after_hook_error
  Scenario: [ERROR] Error in after hook
    Given there is a monster
     When I attack it
     Then it should die
      And Fanfare

  @after_hook_error
  Scenario: [ERROR] Error in steps and after hook
    Given there is a strong monster
     When I attack it
     Then it should die
      And Fanfare

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
turnip_formatter-0.8.0 example/spec/features/rspec_hooks.feature
turnip_formatter-0.7.2 example/spec/features/rspec_hooks.feature
turnip_formatter-0.7.1 example/spec/features/rspec_hooks.feature
turnip_formatter-0.7.0 example/spec/features/rspec_hooks.feature
turnip_formatter-0.6.1 example/spec/features/rspec_hooks.feature
turnip_formatter-0.6.0 example/spec/features/rspec_hooks.feature
turnip_formatter-0.6.0.pre.beta.7 example/spec/features/rspec_hooks.feature
turnip_formatter-0.6.0.pre.beta.6 example/spec/features/rspec_hooks.feature
turnip_formatter-0.6.0.pre.beta.5 example/spec/features/rspec_hooks.feature