Sha256: 8d90bef1a8f1ab8e3e60acac51172ea213e63fc0f45ac9a34ed6b72b6c99678a

Contents?: true

Size: 466 Bytes

Versions: 2

Compression:

Stored size: 466 Bytes

Contents

Feature: Residence Committee Calculations
  The residence model should generate correct committee calculations

  Scenario Outline: Bathrooms committee
    Given a residence has "full_bathrooms" of "<full_baths>"
    And it has "half_bathrooms" of "<half_baths>"
    When emissions are calculated
    Then the bathrooms committee should be exactly <bathrooms>
    Examples:
      | full_baths | half_baths | bathrooms |
      |          2 |        0.5 |       2.5 |

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
residence-0.0.5 features/residence_committees.feature
residence-0.0.4 features/residence_committees.feature