Sha256: 86df812ff938d108ee4e6edfa5b4115bdbd4f33cafa8a6e0d92831425ad149d4

Contents?: true

Size: 354 Bytes

Versions: 2

Compression:

Stored size: 354 Bytes

Contents

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

  Scenario: Regular numbers
    Given I have entered 3 into the calculator
    And I have entered 2 into the calculator
    When I press divide
    Then the result should be 1.5 on the screen
    And the result class should be Float

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
aslakhellesoy-cucumber-0.1.3 examples/calculator/features/division.feature
aslakhellesoy-cucumber-0.1.4 examples/calculator/features/division.feature