Feature: Getting Amee Profile Item In order to gain access to profile item information which means we can keep In order co2 histroy and calcuations and profit big time As a amee developer I want to be able to get profile items Scenario: Get Amee profile item with path /profiles/BB1BDB4FDD77/home/energy/quantity/920B54ED665B Given I have a valid amee session When I ask the session for: get_profile_item with path: "/profiles/BB1BDB4FDD77/home/energy/quantity/920B54ED665B" Then the profile item should have: "amount_per_month" with: "2.055" And the profile item should have: "resource_path" with: "/home/energy/quantity/920B54ED665B" And the profile item should have: "valid_from" with: "20090301" And the profile item should have: "end" with: "false" And the profile item's item_values should not be nil