Sha256: ae32c4363dc6ead1742f74354d8d57e26e60467151197c2f8986ee0a01b2ecaf

Contents?: true

Size: 1.23 KB

Versions: 1

Compression:

Stored size: 1.23 KB

Contents

This is a story about a calculator. The text up here above the Story: declaration
won't be processed, so you can write whatever you wish!

CardNumber: 12
Estimate: Very Easy

Story: simple multiplication

  As an accountant
  I want to multiply numbers
  So that I can count beans

  Scenario: multiply one and one
    Given a value of 1
    And a multiplier of 1
    
    When the multiplier is applied to the value
    
    Then the product should be 1
    And the corks should be popped
  
.
CardNumber: 15
Estimate: Very Hard

Story: simple subtraction

  As an accountant
  I want to subtract numbers
  So that I can count beans

  Scenario: subtract one minus one
    Given an argument of 1
    And an argument of 1

    When the second argument is subtracted from the first argument

    Then the different should be 0
    And the corks should be popped

  Scenario: subtract two from five
    Given an argument of 5
    And an argument of 2

    When the second argument is subtracted from the first argument

    Then the difference should be 3
    Then it should snow

  Scenario: subtract two more
    GivenScenario subtract two from five
    And an argument of 2

    When the result is reduced by the argument

    Then the result should be 1

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pdf-storycards-0.1.0 spec/calculator_stories_with_metadata