Sha256: 0eb21edd556333038de527a4db56f06ae09c8cd12d3bf6b0a2b3487bad2f73ac

Contents?: true

Size: 763 Bytes

Versions: 12

Compression:

Stored size: 763 Bytes

Contents

Feature: Data import for DataCenterCompany
  As a data user
  I want to import DataCenterCompany data
  So that I can perform data center company-based calculations

  Scenario: Successfully verifying that power usage effectiveness >= 1.0
    Given a "DataCenterCompany" data import fetches results listed in "data_center_company_good"
    When a data import verifies "Power usage effectiveness should be one or more"
    Then the verification should be successful

  Scenario: Failing to verify that power usage effectiveness >= 1.0
    Given a "DataCenterCompany" data import fetches results listed in "data_center_company_bad"
    When a data import verifies "Power usage effectiveness should be one or more"
    Then the verification should not be successful

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
earth-0.4.8 features/data_center_company.feature
earth-0.4.7 features/data_center_company.feature
earth-0.4.6 features/data_center_company.feature
earth-0.4.5 features/data_center_company.feature
earth-0.4.4 features/data_center_company.feature
earth-0.4.3 features/data_center_company.feature
earth-0.4.2 features/data_center_company.feature
earth-0.4.1 features/data_center_company.feature
earth-0.4.0 features/data_center_company.feature
earth-0.3.15 features/data_center_company.feature
earth-0.3.14 features/data_center_company.feature
earth-0.3.13 features/data_center_company.feature