Sha256: f518a4db5c91ae60d8d892ea9cc7a18840fc657707bbcfdd746be4bb497d5f1f

Contents?: true

Size: 720 Bytes

Versions: 8

Compression:

Stored size: 720 Bytes

Contents

Feature: Get Amee Profile Category
  In order to gain access to profile data category information
  As a amee developer
  I want to be able to get profile data categories
  
  Scenario: Get Amee profile category with path /profiles/180D73DA5229/Home
    Given I have a valid amee session
    When I ask the session for: get_profile_category with path: "/profiles/180D73DA5229/home"
    
    Then the profile category should have: "total_amount" with: "0"
    And the profile category should have: "resource_path" with: "/home"
    And the profile category's profile_items should be empty
    And the profile category's profile_categories should not be empty
    And the profile category's data_category should not be nil

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hookercookerman-amee-0.1.4 features/profile/profile_category.feature
hookercookerman-amee-0.1.5 features/profile/profile_category.feature
hookercookerman-amee-0.1.6 features/profile/profile_category.feature
hookercookerman-amee-0.1.8 features/profile/profile_category.feature
hookercookerman-amee-0.1.9 features/profile/profile_category.feature
hookercookerman-amee-0.2.0 features/profile/profile_category.feature
hookercookerman-amee-0.2.1 features/profile/profile_category.feature
hookercookerman-amee-0.6.0 features/profile/profile_category.feature