Sha256: 4bdec2408daacf70d3bdbaa8d9fffdbb3fbd6bd5b815eb55ee8be74085111000

Contents?: true

Size: 549 Bytes

Versions: 1

Compression:

Stored size: 549 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 equal "apple"

  Scenario: no cherry
    Then apple should NOT be available

  Scenario: global cherry prebuild
    When global_cherry should equal "cherry"
    Then I change global_cherry

  Scenario: global cherry another prebuild
    When global_cherry should equal "cherry"
    Then I change global_cherry

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blueprints_boy-1.0.0 integration/cucumber/blueprints.feature