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