Sha256: 9271eabda1402e6c50d5187563d85e917df656f9441e3c520792aa62b84bfcef

Contents?: true

Size: 411 Bytes

Versions: 1

Compression:

Stored size: 411 Bytes

Contents

@spam
Feature: handle tags
  Tags may be set at various levels in various ways.

  Scenario: nothing changes
    Given the tag "spam" is set

  @ham @cram
  Scenario: adding the ham
    Given the tag "spam" is set
      and the tag "ham" is set
      and the tag "cram" is set

  @ham
  Scenario: adding the ham
    Given the tag "spam" is set
      and the tag "ham" is set
      and the tag "cram" is not set

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
busser-behave-0.1.3 vendor/behave/tools/test-features/tags.feature