Sha256: 63ff836cfffc65a4a2b03923c6d9dec15552ff985cfb2fc70f44338bbab836fc

Contents?: true

Size: 562 Bytes

Versions: 8

Compression:

Stored size: 562 Bytes

Contents

Feature: blueprints
  In order to use blueprints with cucumber
  As a developer
  I should be able build blueprints with correct data

  Scenario: build cherry
    Given I have apple
    Then apple should be available
    And apple should be a fruit
    And apple species should be "apple"

  Scenario: no cherry
    Then apple should NOT be available

  Scenario: big cherry prebuild
    When big_cherry size is 10
    Then I set big_cherry size to 15

  Scenario: big cherry another prebuild
    When big_cherry size is 10
    Then I set big_cherry size to 15

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
blueprints-1.0.1 features/blueprints.feature
blueprints-1.0.0 features/blueprints.feature
blueprints-0.9.0 features/blueprints.feature
blueprints-0.8.2 features/blueprints.feature
blueprints-0.8.1 features/blueprints.feature
blueprints-0.8.0 features/blueprints.feature
blueprints-0.7.3 features/blueprints.feature
blueprints-0.7.2 features/blueprints.feature