Sha256: aeb4bf5474ac547933f7c3ea5163168fd8aa646b2e67e280e0a5ff7ca9ded33d
Contents?: true
Size: 875 Bytes
Versions: 8
Compression:
Stored size: 875 Bytes
Contents
Feature: Get Amee DataItem In order to gain access to data_item information so I can make loads of money from making In order carbon calculators As a amee developer I want to be able to get amee data items Scenario: Get Amee Date Item with path /data/transport/car/generic/E57D6E2828EB Given I have a valid amee session When I ask the session for: get_data_item with path: "/data/transport/car/generic/E57D6E2828EB" Then the data item should have: "path" with: "" And the data item should have: "name" with: "E57D6E2828EB" And the data item should have: "uid" with: "E57D6E2828EB" And the data item's item_values should not be nil And the data item's choices should not be nil And the data item's item_definition: drill_down should be "fuel, size" And the data item's item_definition: name should be "Car Generic"
Version data entries
8 entries across 8 versions & 1 rubygems