gitlab-org--gitlab-foss/spec/features/projects/members
Toon Claes ab7c90331f Add :redis keyword to some specs clear state of trackable attributes
The specs that rely on a correct value of the trackable attributes, should
include the `:redis` keyword in the spec to ensure the state is reset between
various specs.

The trackable attributes being:

- sign_in_count      : Increased every time a sign in is made (by form, openid, oauth)
- current_sign_in_at : A timestamp updated when the user signs in
- last_sign_in_at    : Holds the timestamp of the previous sign in
- current_sign_in_ip : The remote ip updated when the user sign in
- last_sign_in_ip    : Holds the remote ip of the previous sign in

The limiting of writing trackable attributes was introduced in
gitlab-org/gitlab-ce!11053.
2017-05-09 20:58:15 +02:00
..
anonymous_user_sees_members_spec.rb Fixed rspec tests for the project members also fixed the index 2017-01-03 10:52:14 -06:00
group_links_spec.rb Unnecessary "include WaitForAjax" and "include ApiHelpers" 2017-04-21 22:32:02 +02:00
group_member_cannot_leave_group_project_spec.rb Removed leave buttons from settings dropdowns 2016-11-26 14:27:08 +00:00
group_member_cannot_request_access_to_his_group_project_spec.rb New :request_access ability to replace a ugly helper 2016-07-05 14:35:26 +02:00
group_members_spec.rb Fixed rspec tests for the project members also fixed the index 2017-01-03 10:52:14 -06:00
group_requester_cannot_request_access_to_project_spec.rb Removed leave buttons from settings dropdowns 2016-11-26 14:27:08 +00:00
list_spec.rb Move some project/group members spinach tests to rspec 2017-04-17 21:03:30 +03:00
master_adds_member_with_expiration_date_spec.rb Unnecessary "include WaitForAjax" and "include ApiHelpers" 2017-04-21 22:32:02 +02:00
master_manages_access_requests_spec.rb Make access request specs explicitly enable or disable access requests as required 2016-11-11 15:45:47 +00:00
member_cannot_request_access_to_his_project_spec.rb New :request_access ability to replace a ugly helper 2016-07-05 14:35:26 +02:00
member_leaves_project_spec.rb Removed leave buttons from settings dropdowns 2016-11-26 14:27:08 +00:00
owner_cannot_leave_project_spec.rb Removed leave buttons from settings dropdowns 2016-11-26 14:27:08 +00:00
owner_cannot_request_access_to_his_project_spec.rb Allow Member.add_user to handle access requesters 2016-09-28 09:43:00 +02:00
sorting_spec.rb Add :redis keyword to some specs clear state of trackable attributes 2017-05-09 20:58:15 +02:00
user_requests_access_spec.rb Added test to prevent ‘Request access’ regression 2017-04-22 00:18:09 +01:00