Sha256: 2b30dc780112018aafb7c5359a727b18e417acb51565987e356c5ffdce885e7e

Contents?: true

Size: 420 Bytes

Versions: 11

Compression:

Stored size: 420 Bytes

Contents

Feature: Accounts
  In order to know what Engine Yard accounts I can access
  As a User
  I want to be able to list the accounts with which I'm associated

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

  Scenario: Listing my accounts
    When I run `ey-core accounts`
    Then I see the name and ID of each of my accounts

Version data entries

11 entries across 11 versions & 2 rubygems

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