Sha256: 1c7412c54bbee936ab10530eda822265a03fe5d652e5b4f4047474f9ebe62bba

Contents?: true

Size: 428 Bytes

Versions: 11

Compression:

Stored size: 428 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

11 entries across 11 versions & 2 rubygems

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