Sha256: 955e8b2d478e935a4246d93e7902dc523cc4b1904c11a8dff14664c72db7e6c8

Contents?: true

Size: 682 Bytes

Versions: 8

Compression:

Stored size: 682 Bytes

Contents

Feature: Create Amee Profile Item
  In order to add co2 data that then can be used to calculate cos2 emission
  As a amee developer
  I want to be able to be albe to create profile data items
  
  Scenario: Create Amee profile item with path /profiles/48B97680BCCF/home/energy/quantity
    Given I have a valid amee session
    
    # representation=full&energyConsumption=10&energyConsumptionUnit=kWh&dataItemUid=66056991EE23&energyConsumptionPerUnit=month&name=representation
    When I create a profile item with uid: "48B97680BEGG" the path: "/profiles/48B97680BCCF/home/energy/quantity"
    
    # need to redo
    Then the profile item should have: "uid" with: "D47C465B8157"

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hookercookerman-amee-0.1.0 features/profile/create.profile_item.feature
hookercookerman-amee-0.1.1 features/profile/create.profile_item.feature
hookercookerman-amee-0.1.2 features/profile/create.profile_item.feature
hookercookerman-amee-0.1.3 features/profile/create.profile_item.feature
hookercookerman-amee-0.1.4 features/profile/create.profile_item.feature
hookercookerman-amee-0.1.5 features/profile/create.profile_item.feature
hookercookerman-amee-0.1.6 features/profile/create.profile_item.feature
hookercookerman-amee-0.1.8 features/profile/create.profile_item.feature