Sha256: a6ee2510c51001105a4c891ae2c59f8a0ac8d96b17569f6028834611f92f5594

Contents?: true

Size: 723 Bytes

Versions: 5

Compression:

Stored size: 723 Bytes

Contents

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

  Scenario Outline: Diet Size Committee
    Given a pet emitter
    And characteristic "species.name" of "<species>"
    And characteristic "breed.name" of "<breed>"
    And characteristic "gender.name" of "<gender>"
    When the "weight" committee is calculated
    And the "marginal_dietary_requirement" committee is calculated
    And the "fixed_dietary_requirement" committee is calculated
    And the "diet_size" committee is calculated
    Then the conclusion of the committee should be "<diet_size>"
    Examples:
      | species | breed  | gender |    diet_size |
      |     dog | Collie | female | 5296105.0368 |

Version data entries

5 entries across 5 versions & 1 rubygems

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