Sha256: 4b032536057c56dd1f1d534618d226dc61b86e59a818ff9c80f6c56757338e59

Contents?: true

Size: 501 Bytes

Versions: 4

Compression:

Stored size: 501 Bytes

Contents

Feature: Addition
  In order to avoid silly mistakes
  As a math idiot 
  I want to be told the sum of two numbers

  Scenario: Add two numbers
    Given I have entered 50 into the calculator
    And I have entered 70 into the calculator
    When I press add
    Then the result should be 120 on the screen

  More Examples:
    | input_1 | input_2 | button | output |
    | 20      | 30      | add    | 50     |
    | 2       | 5       | add    | 7      |
    | 0       | 40      | add    | 40     |

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
aslakhellesoy-cucumber-0.1.16.3 examples/i18n/en/features/addition.feature
aslakhellesoy-cucumber-0.1.16.4 examples/i18n/en/features/addition.feature
kosmas58-cucumber-0.1.16.5 examples/i18n/en/features/addition.feature
kosmas58-cucumber-0.1.16.6 examples/i18n/en/features/addition.feature