Sha256: 4190da5561550b7c3e15cabbf262d294723921f8cdc00153f8106ba0d8ca73b1

Contents?: true

Size: 1.16 KB

Versions: 22

Compression:

Stored size: 1.16 KB

Contents

# Feature: Data import for EgridRegion
#   As a data user
#   I want to import EgridRegion data
#   So that I can perform eGRID region-based calculations
# 
#   Scenario: Successfully verifying that loss factor is greater than zero and less than one
#     Given a "EgridRegion" data import fetches results listed in "egrid_region_good"
#     When a data import verifies "Loss factor should be greater than zero and less than one"
#     Then the verification should be successful
# 
#   # FIXME TODO get this to work
#   # Scenario: Successfully verifying that fallback loss factor is greater than zero and less than one
#   #   Given a "EgridRegion" data import fetches results listed in "egrid_region_good"
#   #   When a data import verifies "Fallback loss factor should be greater than zero and less than one"
#   #   Then the verification should be successful
# 
#   Scenario: Failing to verify that loss factor is greater than zero and less than one
#     Given a "EgridRegion" data import fetches results listed in "egrid_region_bad"
#     When a data import verifies "Loss factor should be greater than zero and less than one"
#     Then the verification should not be successful

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
earth-0.11.18 features/egrid_region.feature
earth-0.11.17 features/egrid_region.feature
earth-0.11.16 features/egrid_region.feature
earth-0.11.15 features/egrid_region.feature
earth-0.11.14 features/egrid_region.feature
earth-0.11.13 features/egrid_region.feature
earth-0.11.12 features/egrid_region.feature
earth-0.11.11 features/egrid_region.feature
earth-0.11.10 features/egrid_region.feature
earth-0.11.9 features/egrid_region.feature
earth-0.11.8 features/egrid_region.feature
earth-0.11.7 features/egrid_region.feature
earth-0.11.6 features/egrid_region.feature
earth-0.11.5 features/egrid_region.feature
earth-0.11.4 features/egrid_region.feature
earth-0.11.3 features/egrid_region.feature
earth-0.11.2 features/egrid_region.feature
earth-0.11.1 features/egrid_region.feature
earth-0.11.0 features/egrid_region.feature
earth-0.7.0 features/egrid_region.feature