Sha256: 6c4580f26f2326862f2dcccce90950af2e7fbd57de139eb14a7cbc1239b8a826
Contents?: true
Size: 543 Bytes
Versions: 18
Compression:
Stored size: 543 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 And the result class should be Fixnum More Examples: | input_1 | input_2 | output | class | | 20 | 30 | 50 | Fixnum | | 2 | 5 | 7 | Fixnum | | 0 | 40 | 40 | Fixnum |
Version data entries
18 entries across 18 versions & 3 rubygems