Sha256: 73a7ce4792e7ff51095c1ac987ea78c2763853cc5da41ba69155fce74382be99

Contents?: true

Size: 442 Bytes

Versions: 3

Compression:

Stored size: 442 Bytes

Contents

Feature: Current User
  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 current_user`
    Then I should see my user ID
    And I should see my email address
    And I should see my name

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ey-core-3.6.6 features/current_user.feature
ey-core-3.4.5 features/current_user.feature
ey-core-3.6.5 features/current_user.feature