Sha256: 2029a540b6d77bbd3170a8ee3dbba7c78e93c85fda78cf1343b170f5b23e8e65

Contents?: true

Size: 378 Bytes

Versions: 31

Compression:

Stored size: 378 Bytes

Contents

@step_calling
Feature: Step-calling steps

  @wip
  Scenario: when the called step is visible
    Given a visible step call

  Scenario: when the called step is not visible
    Given an invisible step call

  Scenario: when the called step is global
    Given a global step call

  @autoload_steps
  Scenario: when the called step is included via tag
    Given an included call

Version data entries

31 entries across 31 versions & 2 rubygems

Version Path
turnip-2.0.1 examples/step_calling.feature
turnip-2.0.0 examples/step_calling.feature
turnip-1.3.1 examples/step_calling.feature
turnip-1.3.0 examples/step_calling.feature
turnip-1.2.4 examples/step_calling.feature
turnip-1.2.3 examples/step_calling.feature
turnip-1.2.2 examples/step_calling.feature
turnip-1.2.1 examples/step_calling.feature
turnip-1.2.0 examples/step_calling.feature
turnip-1.1.0 examples/step_calling.feature
turnip-1.0.0 examples/step_calling.feature