Sha256: a2ed2a79ad7b900401639529161575a89b9e887924e03a340e2d42f8e43b0789

Contents?: true

Size: 1.97 KB

Versions: 8

Compression:

Stored size: 1.97 KB

Contents

Feature: Data import for AutomobileFuelType
  As a data user
  I want to import AutomobileFuelType data
  So that I can perform fuel type-based calculations

  Scenario: Successfully verifying that annual distance and emission factor > 0
    Given a "AutomobileFuelType" data import fetches results listed in "automobile_fuel_type_good"
    When a data import verifies "Annual distance and emission factor should be greater than zero"
    Then the verification should be successful

  Scenario: Successfully verifying that annual distance units are kilometres
    Given a "AutomobileFuelType" data import fetches results listed in "automobile_fuel_type_good"
    When a data import verifies "Annual distance units should be kilometres"
    Then the verification should be successful

  Scenario: Successfully verifying that emission factor units are never missing
    Given a "AutomobileFuelType" data import fetches results listed in "automobile_fuel_type_good"
    When a data import verifies "Emission factor units should never be missing"
    Then the verification should be successful

  Scenario: Failing to verify that annual distance and emission factor > 0
    Given a "AutomobileFuelType" data import fetches results listed in "automobile_fuel_type_bad"
    When a data import verifies "Annual distance and emission factor should be greater than zero"
    Then the verification should not be successful

  Scenario: Failing to verify that annual distance units are kilometres
    Given a "AutomobileFuelType" data import fetches results listed in "automobile_fuel_type_bad"
    When a data import verifies "Annual distance units should be kilometres"
    Then the verification should not be successful

  Scenario: Failing to verify that emission factor units are never missing
    Given a "AutomobileFuelType" data import fetches results listed in "automobile_fuel_type_bad"
    When a data import verifies "Emission factor units should never be missing"
    Then the verification should not be successful

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
earth-0.4.4 features/automobile_fuel_type.feature
earth-0.4.3 features/automobile_fuel_type.feature
earth-0.4.2 features/automobile_fuel_type.feature
earth-0.4.1 features/automobile_fuel_type.feature
earth-0.4.0 features/automobile_fuel_type.feature
earth-0.3.15 features/automobile_fuel_type.feature
earth-0.3.14 features/automobile_fuel_type.feature
earth-0.3.13 features/automobile_fuel_type.feature