Sha256: f7dcedcba150d112a11e87a3a7ab42decf396aa6de001cb5c4e191a1c8cb0378

Contents?: true

Size: 422 Bytes

Versions: 3

Compression:

Stored size: 422 Bytes

Contents

Feature: Creating an Account
  Background: I have a User
    Given I create a user A

  Scenario: Every Holder should have a default Account
    Then User A has an Account named default
    
  Scenario: Creating a second Accounts with the same name for a Holder returns original account 
    Given User A has an Account named default
    And I create an Account named default for User A
    Then I get the original account

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
acts_as_account-1.1.5 features/account/account_creation.feature
acts_as_account-1.1.1 features/account/account_creation.feature
acts_as_account-1.1.0 features/account/account_creation.feature