Sha256: 260b140c3c6aeba7d5a5bc0d4dab36c68f946b7a84c995305e70a5eecf3b290f

Contents?: true

Size: 496 Bytes

Versions: 5

Compression:

Stored size: 496 Bytes

Contents

Feature: Pet Emissions Calculations
  The pet model should generate correct emission calculations

  Scenario Outline: Standard Calculations for pet
    Given a pet has "species.name" of "<species>"
    And it has "breed.name" of "<breed>"
    And it has "gender.name" of "<gender>"
    When emissions are calculated
    Then the emission value should be within "0.1" kgs of "<emission>"
    Examples:
      | species | breed  | gender | emission |
      |     dog | Collie | female |   2272.4 |

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pet-0.0.15 features/pet_emissions.feature
pet-0.0.14 features/pet_emissions.feature
pet-0.0.13 features/pet_emissions.feature
pet-0.0.12 features/pet_emissions.feature
pet-0.0.11 features/pet_emissions.feature