Sha256: f75c0c707cacd4ea371610889a246e8a803af7cce7e37db29737282d3b5ec31e

Contents?: true

Size: 652 Bytes

Versions: 8

Compression:

Stored size: 652 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"
    
    Then the location of the new should be: "whatever"

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hookercookerman-amee-0.0.2 features/profile/create.profile_item.feature
hookercookerman-amee-0.0.3 features/profile/create.profile_item.feature
hookercookerman-amee-0.0.4 features/profile/create.profile_item.feature
hookercookerman-amee-0.0.5 features/profile/create.profile_item.feature
hookercookerman-amee-0.0.6 features/profile/create.profile_item.feature
hookercookerman-amee-0.0.7 features/profile/create.profile_item.feature
hookercookerman-amee-0.0.8 features/profile/create.profile_item.feature
hookercookerman-amee-0.0.9 features/profile/create.profile_item.feature