Sha256: 891861780b43136d64a43cf5b0b776d868ca0614a39bc0ff7130d34aaee44a0f

Contents?: true

Size: 492 Bytes

Versions: 1

Compression:

Stored size: 492 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 |    753.2 |

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pet-0.0.3 features/pet_emissions.feature