Sha256: a71af75b3e5b9758e614a671ba82529dc152308359a7ac0ee0bf699c0639671a
Contents?: true
Size: 528 Bytes
Versions: 102
Compression:
Stored size: 528 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 Outline: Add two numbers Given I have entered <input_1> into the calculator And I have entered <input_2> into the calculator When I press <button> Then the result should be <output> on the screen Examples: | input_1 | input_2 | button | output | | 20 | 30 | add | 50 | | 2 | 5 | add | 7 | | 0 | 40 | add | 40 |
Version data entries
102 entries across 102 versions & 6 rubygems