Sha256: 4a4aa00e4a5b09dfb536bc0421dcd67a1fa772bc518ac33358f129f79fca7751

Contents?: true

Size: 823 Bytes

Versions: 3

Compression:

Stored size: 823 Bytes

Contents

Feature: see the user details
  As an logged in administrator
  I want see the user
  
Background:
  Given I am logged in as an administrator
	Given there is a "user"
	
Scenario: View the user details	
  When I visit the admin user page
	Then I should see the view "admin/users/show"
	Then I should see the breadcrumb "Home Page" link to the root page
	Then I should see the breadcrumb "List Users" link to the admin users page
	Then I should see the breadcrumb title "User Details"
	Then I should see the "user" "full_name" value
	Then I should see the "user" "login" value
	Then I should see the "user" "email" value
	Then I should see the "user" "time_zone" value
	# Then I should see the "user" "access_level" value
	Then I should see "Account Disabled"
  Then I should see the "Edit" link to the edit admin user page

Version data entries

3 entries across 3 versions & 1 rubygems

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