Sha256: 5f516f4a4e5ac1a4f8c50abb11598418c66bf182cdab3836eea60dab296ff799

Contents?: true

Size: 1.04 KB

Versions: 110

Compression:

Stored size: 1.04 KB

Contents

Visitors may create an account, but for those who are not already in the 
system an someone must activate the account for them before it can be used.

Feature: Activating an account
  As a registered, but not yet activated, user
  I want to be able to activate my account
  So that I can log in to the site
  
  Scenario: Not-yet-activated user can activate her account
    Given a registered user named 'Reggie' # need to rewrite
  #    And  the user has activation_code: 'activate_me', activated_at: nil! 
  #    And  we try hard to remember the user's updated_at, and created_at
  #   When  she goes to /activate/activate_me
  #   Then  she should be redirected to 'login'
  #   When  she follows that redirect!
  #   Then  she should see a notice message 'Signup complete!'
  #    And  a user with login: 'reggie' should exist
  #    And  the user should have login: 'reggie', and email: 'registered@example.com'
  #    And  the user's activation_code should     be nil
  #    And  the user's activated_at    should not be nil
  #    And  she should not be logged in

Version data entries

110 entries across 110 versions & 11 rubygems

Version Path
aslakhellesoy-cucumber-0.3.10 examples/tickets/features/177/2.feature
aslakhellesoy-cucumber-0.3.100 examples/tickets/features/177/2.feature
aslakhellesoy-cucumber-0.3.101.2 examples/tickets/features/177/2.feature
aslakhellesoy-cucumber-0.3.101 examples/tickets/features/177/2.feature
aslakhellesoy-cucumber-0.3.102.1 examples/tickets/features/177/2.feature
aslakhellesoy-cucumber-0.3.102.2 examples/tickets/features/177/2.feature
aslakhellesoy-cucumber-0.3.102 examples/tickets/features/177/2.feature
aslakhellesoy-cucumber-0.3.103 examples/tickets/features/177/2.feature
aslakhellesoy-cucumber-0.3.104 examples/tickets/features/177/2.feature
aslakhellesoy-cucumber-0.3.11.1 examples/tickets/features/177/2.feature
aslakhellesoy-cucumber-0.3.11.200907091518 examples/tickets/features/177/2.feature
aslakhellesoy-cucumber-0.3.11.3 examples/tickets/features/177/2.feature
aslakhellesoy-cucumber-0.3.11.5 examples/tickets/features/177/2.feature
aslakhellesoy-cucumber-0.3.11.6 examples/tickets/features/177/2.feature
aslakhellesoy-cucumber-0.3.11 examples/tickets/features/177/2.feature
aslakhellesoy-cucumber-0.3.3.5 examples/tickets/features/177/2.feature
aslakhellesoy-cucumber-0.3.3.6 examples/tickets/features/177/2.feature
aslakhellesoy-cucumber-0.3.4 examples/tickets/features/177/2.feature
aslakhellesoy-cucumber-0.3.5 examples/tickets/features/177/2.feature
aslakhellesoy-cucumber-0.3.6.1 examples/tickets/features/177/2.feature