gitlab-org--gitlab-foss/spec/features
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
..
admin Merge branch '19364-webhook-edit' into 'master' 2017-05-02 11:44:58 +00:00
atom [Multiple issue assignees] Fix issue atom feed 2017-05-05 16:57:27 +03:00
boards Merge request widget redesign 2017-05-09 04:15:34 +00:00
dashboard [Multiple issue assignee] Fix a number of specs 2017-05-05 15:30:19 +03:00
discussion_comments
explore Better Explore Groups view 2017-05-02 08:05:43 +00:00
groups Devise can assign trackable fields, but only allow writes once/hour 2017-05-08 08:48:38 +02:00
issuables Fix Specs 2017-05-08 11:26:04 -03:00
issues Merge request widget redesign 2017-05-09 04:15:34 +00:00
merge_requests Merge branch 'issue_27168_2' into 'master' 2017-05-09 15:16:31 +00:00
milestones Backport of multiple_assignees_feature [ci skip] 2017-05-04 17:11:53 +03:00
profiles Redirect from redirect routes to canonical routes 2017-05-05 12:11:57 -07:00
projects Add :redis keyword to some specs clear state of trackable attributes 2017-05-09 20:58:15 +02:00
protected_branches Another change from .click -> .trigger('click') to make spec pass 2017-04-28 19:49:45 -07:00
protected_tags Another attempt at access_control_ce_spec 2017-05-05 16:42:56 +01:00
security Add Pipeline Schedules that supersedes experimental Trigger Schedule 2017-05-07 22:35:56 +00:00
snippets Just assert the existence of the timeago element 2017-05-08 11:06:09 +00:00
tags
todos Improve text on todo list when the todo action comes from yourself 2017-04-28 14:24:32 +02:00
uploads
users
abuse_report_spec.rb
auto_deploy_spec.rb
calendar_spec.rb
ci_lint_spec.rb
commits_spec.rb
container_registry_spec.rb
copy_as_gfm_spec.rb Use new renamed markup method 2017-04-27 14:54:20 -05:00
cycle_analytics_spec.rb Small code improvements and add migration spec 2017-05-08 18:43:53 -03:00
dashboard_issues_spec.rb Backport of multiple_assignees_feature [ci skip] 2017-05-04 17:11:53 +03:00
dashboard_milestones_spec.rb
expand_collapse_diffs_spec.rb
gitlab_flavored_markdown_spec.rb Backport of multiple_assignees_feature [ci skip] 2017-05-04 17:11:53 +03:00
global_search_spec.rb
groups_spec.rb
help_pages_spec.rb
issues_spec.rb Fix specs 2017-05-04 22:34:15 -05:00
login_spec.rb Add :redis keyword to some specs clear state of trackable attributes 2017-05-09 20:58:15 +02:00
markdown_spec.rb Rename GitlabMarkdownHelper -> MarkupHelper 2017-04-27 13:22:17 +02:00
milestone_spec.rb
participants_autocomplete_spec.rb
password_reset_spec.rb
profile_spec.rb
projects_spec.rb
protected_branches_spec.rb Change from .click -> .trigger('click') to make spec pass 2017-04-28 17:45:47 -05:00
protected_tags_spec.rb Try waiting for previous dropdown to definitly close before going to click 2017-05-03 16:22:28 +01:00
raven_js_spec.rb Removed puts 2017-04-28 16:18:08 +01:00
runners_spec.rb
search_spec.rb Backport of multiple_assignees_feature [ci skip] 2017-05-04 17:11:53 +03:00
signup_spec.rb Correctly stub application settings in signup_spec.rb 2017-05-07 15:24:15 +00:00
snippets_spec.rb
task_lists_spec.rb fix tasks list spec in rspec 2017-05-03 14:35:54 -06:00
triggers_spec.rb Add Pipeline Schedules that supersedes experimental Trigger Schedule 2017-05-07 22:35:56 +00:00
u2f_spec.rb
unsubscribe_links_spec.rb Backport of multiple_assignees_feature [ci skip] 2017-05-04 17:11:53 +03:00
user_callout_spec.rb
users_spec.rb
variables_spec.rb