features/data/data_item.feature in hookercookerman-amee-0.1.3 vs features/data/data_item.feature in hookercookerman-amee-0.1.4
- old
+ new
@@ -3,17 +3,17 @@
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/plane/generic/FFC7A05D54AD
+ 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/plane/generic/FFC7A05D54AD"
+ 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: "FFC7A05D54AD"
- And the data item should have: "uid" with: "FFC7A05D54AD"
+ 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 "type,size"
- And the data item's item_definition: name should be "Plane Generic"
+ 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"
\ No newline at end of file