public
Description: The code that runs webjam.com.au
Homepage: http://webjam.com.au
Clone URL: git://github.com/webjam/webjam.git
lstoll (author)
Sat Oct 17 19:20:59 -0700 2009
commit  8761004628e382bbe07dd65d37fef5f0aa1a0246
tree    0866288b5e4a03d3d472c1bd4894fd2953a1d6ba
parent  f1307f5663391ca3e7679c1bc6ccbe29edeb7859
webjam / features / account_personal_details.feature
100644 21 lines (17 sloc) 0.674 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Feature: Updating your account details
 
  In order to show the world how cool I am
  I should be able to edit and update my personal details
  
  Scenario: viewing the account page
    Given I am logged in
    When I view the account page
    Then I see the page
 
  Scenario: updating account details
    Given I am logged in
    When I update my account details
    Then my account details are updated
    And I am redirected to the account page
 
  Scenario: updating account details with invalid details
    Given I am logged in
    When I update my account details giving invalid details
    Then my account details aren't updated
    And I am shown the account edit page