Sha256: 2431895e2804953a022800eeaea6e85b38b5ad4c31bdd9a469b1217dc874111d
Contents?: true
Size: 465 Bytes
Versions: 76
Compression:
Stored size: 465 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 | output | | 20 | 30 | 50 | | 2 | 5 | 7 | | 0 | 40 | 40 |
Version data entries
76 entries across 76 versions & 6 rubygems