Sha256: f0439f28838b0dcce5f723a807d518d7f50c3efb7010f0e08b48bc637b4ad7bf

Contents?: true

Size: 893 Bytes

Versions: 110

Compression:

Stored size: 893 Bytes

Contents

Users want to know that nobody can masquerade as them.  We want to extend trust
only to visitors who present the appropriate credentials.  Everyone wants this
identity verification to be as secure and convenient as possible.

Feature: Logging in
  As an anonymous user with an account
  I want to log in to my account
  So that I can be myself

  #
  # Log in: get form
  #
  Scenario: Anonymous user can get a login form.
    Given I am logged out
    When  I go to "/login"
    Then  I should be at the "sessions/new" page

  #
  # Log in successfully, but don't remember me
  #
  Scenario: Anonymous user can log in
    Given an "activated" user named "reggie" exists
     And  I am logged out
    When  I go to "/login"
     And  I fill in "Login" with "reggie"
     And  I fill in "Password" with "password"
     And  I press "Log in"
    Then  I should be at the "dashboard/index" page

Version data entries

110 entries across 110 versions & 11 rubygems

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