Sha256: 28581454684c430d3f984a2eb753729758289cce7f42ae0a228f8f117400b3a2

Contents?: true

Size: 488 Bytes

Versions: 7

Compression:

Stored size: 488 Bytes

Contents

Feature: Pet Committee Calculations
  The pet model should generate correct committee calculations

  Scenario Outline: Diet Size Committee
    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 diet_size committee should be close to <diet_size>, +/-1
    Examples:
      | species | breed  | gender | diet_size |
      |     dog | Collie | female | 5296105.0 |

Version data entries

7 entries across 7 versions & 1 rubygems

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