Sha256: eea4adfb26a8c16b29a6bd13df0da2f50b83d5efd6f53e4a2b62176225767569

Contents?: true

Size: 602 Bytes

Versions: 8

Compression:

Stored size: 602 Bytes

Contents

Feature: Get Amee Profiles
  In order to gain access to profile information
  As a amee developer
  I want to be able to get an amee profile
  
  Scenario: Get Amee profile
    Given I have a valid amee session
    When I ask the session for: profile with: "E0BCB3704D15"
    
    Then the amee profile should have: "uid" with: "E0BCB3704D15"
    And the amee profile should have: "name" with: "E0BCB3704D15"
    And the amee profile should have: "path" with: "E0BCB3704D15"
    And the amee profile should have: "total_amount" with: "10"
    And the amee profile profile_categories should not be empty

Version data entries

8 entries across 8 versions & 1 rubygems

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