Sha256: ed777128cecfbc938dab91319c2bbca4a23e322dc0aa376bae8d23fbe1fe0325

Contents?: true

Size: 492 Bytes

Versions: 7

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 |   2272.4 |

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pet-0.0.10 features/pet_emissions.feature
pet-0.0.9 features/pet_emissions.feature
pet-0.0.8 features/pet_emissions.feature
pet-0.0.7 features/pet_emissions.feature
pet-0.0.6 features/pet_emissions.feature
pet-0.0.5 features/pet_emissions.feature
pet-0.0.4 features/pet_emissions.feature