Sha256: 849fed8c3cbbe9b887756cd88753b0328968fb5f19630ea3cb2574f62c5d4a8d

Contents?: true

Size: 1.05 KB

Versions: 112

Compression:

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

112 entries across 110 versions & 13 rubygems

Version Path
cucumber-1.3.20 fixtures/tickets/features/177/2.feature
cucumber-1.3.19 fixtures/tickets/features/177/2.feature
cucumber-1.3.18 fixtures/tickets/features/177/2.feature
cucumber-1.3.17 fixtures/tickets/features/177/2.feature
cucumber-1.3.16 fixtures/tickets/features/177/2.feature
cucumber-1.3.15 fixtures/tickets/features/177/2.feature
cucumber-1.3.14 fixtures/tickets/features/177/2.feature
cucumber-1.3.13 fixtures/tickets/features/177/2.feature
cucumber-1.3.12 fixtures/tickets/features/177/2.feature
cucumber-1.3.11 fixtures/tickets/features/177/2.feature
cucumber-1.3.10 fixtures/tickets/features/177/2.feature
cucumber-1.3.9 fixtures/tickets/features/177/2.feature
candlepin-api-0.4.0 bundle/ruby/gems/cucumber-1.2.1/fixtures/tickets/features/177/2.feature
candlepin-api-0.4.0 bundle/ruby/1.8/gems/cucumber-1.2.1/fixtures/tickets/features/177/2.feature
candlepin-api-0.4.0 bundle/ruby/1.9.1/gems/cucumber-1.2.1/fixtures/tickets/features/177/2.feature
cucumber-1.3.8 fixtures/tickets/features/177/2.feature
cucumber-1.3.7 fixtures/tickets/features/177/2.feature
cucumber-1.3.6 fixtures/tickets/features/177/2.feature
cucumber-1.3.5 fixtures/tickets/features/177/2.feature
cucumber-1.3.4 fixtures/tickets/features/177/2.feature