Sha256: 72a8483dc3c7fa4ccff4d0e709d8d31ebda2f22dbef5a7afceddc6b4c6302a98

Contents?: true

Size: 522 Bytes

Versions: 3

Compression:

Stored size: 522 Bytes

Contents

Feature: see the current user's details
  As an logged in user
  I want to confirm my details
  
Background:
  Given I am logged in as a user
  
Scenario: Visit user details page
  When I am on the user details page
	Then I should see the view "users/details"
	Then I should see the "login" "full_name" value
	Then I should see the "login" "login" value
	Then I should see the "login" "email" value
	Then I should see the "login" "time_zone" value
	Then I should see the "Update Your Details" link to the user change page

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rules_engine_users-0.0.3 rails_generators/templates/features/user/details.feature
rules_engine_users-0.0.2 rails_generators/templates/features/user/details.feature
rules_engine_users-0.0.1 rails_generators/templates/features/user/details.feature