Sha256: 8baeadf144edc0b53917617556576f0cc8045a764e69a4b9f4c1b63ca0c25a6d

Contents?: true

Size: 351 Bytes

Versions: 11

Compression:

Stored size: 351 Bytes

Contents

Feature: Feature flipping at an application level

  Scenario Outline: Features can be declared as enabled or disabled and remain as such
    When I define a feature that is '<enabled_or_disabled>'
    Then the feature is '<enabled_or_disabled>'

    Examples:
      | enabled_or_disabled |
      |             enabled |
      |            disabled |

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
flip_fab-1.1.21 spec/lib/flip_fab.feature
flip_fab-1.1.20 spec/lib/flip_fab.feature
flip_fab-1.1.19 spec/lib/flip_fab.feature
flip_fab-1.1.18 spec/lib/flip_fab.feature
flip_fab-1.0.18 spec/lib/flip_fab.feature
flip_fab-1.0.17 spec/lib/flip_fab.feature
flip_fab-1.0.16 spec/lib/flip_fab.feature
flip_fab-1.0.2 spec/lib/flip_fab.feature
flip_fab-1.0.1 spec/lib/flip_fab.feature
flip_fab-1.0.0 spec/lib/flip_fab.feature
flip_fab-0.0.1 spec/lib/flip_fab.feature