Sha256: 0061e2f37b09e4e0aa264595f2bc25876c58c9080961302b3e63ffe9f81ddce9

Contents?: true

Size: 416 Bytes

Versions: 11

Compression:

Stored size: 416 Bytes

Contents

Feature: Whoami
  In order to ensure that I'm logged into the right account
  As a User
  I want to be able to see my user information

  Background:
    Given I'm an Engine Yard user
    And ey-core is configured with my cloud token

  Scenario: Getting the current user information
    When I run `ey-core whoami`
    Then I should see my user ID
    And I should see my email address
    And I should see my name

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
ey-core-3.6.0.autoscaling1 features/whoami.feature
ey-core-3.6.4 features/whoami.feature
ey-core-3.6.3 features/whoami.feature
ey-core-3.6.1 features/whoami.feature
groove-ey-core-3.6.3 features/whoami.feature
groove-ey-core-3.6.2 features/whoami.feature
groove-ey-core-3.6.1 features/whoami.feature
ey-core-3.5.0 features/whoami.feature
ey-core-3.4.4 features/whoami.feature
ey-core-3.4.2 features/whoami.feature
ey-core-3.4.1 features/whoami.feature