Sha256: 0f513e9b90518031b8c96393c693ac126b3c3ed13ce18265a21dd4beb1b63021

Contents?: true

Size: 487 Bytes

Versions: 1

Compression:

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pet-0.0.3 features/pet_committees.feature