Sha256: b708e8e1f3bd9a0660e4de15399be248a3e7a0e9c14356d477b8e43884e3b8b3

Contents?: true

Size: 742 Bytes

Versions: 10

Compression:

Stored size: 742 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/E0BCB3704D15/Business
    Given I have a valid amee session
    When I ask the session for: get_profile_category with path: "/profiles/E0BCB3704D15/business"
    
    Then the profile category should have: "total_amount_per_month" with: "0"
    And the profile category should have: "resource_path" with: "/business"
    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

10 entries across 10 versions & 1 rubygems

Version Path
hookercookerman-amee-0.0.4 features/profile/profile_category.feature
hookercookerman-amee-0.0.5 features/profile/profile_category.feature
hookercookerman-amee-0.0.6 features/profile/profile_category.feature
hookercookerman-amee-0.0.7 features/profile/profile_category.feature
hookercookerman-amee-0.0.8 features/profile/profile_category.feature
hookercookerman-amee-0.0.9 features/profile/profile_category.feature
hookercookerman-amee-0.1.0 features/profile/profile_category.feature
hookercookerman-amee-0.1.1 features/profile/profile_category.feature
hookercookerman-amee-0.1.2 features/profile/profile_category.feature
hookercookerman-amee-0.1.3 features/profile/profile_category.feature