gitlab-org--gitlab-foss/spec/features/profiles
Timothy Andrew 7ee0898a9e Implement @DouweM's feedback.
- Extract a duplicated `redirect_to`
- Fix a typo: "token", not "certificate"
- Have the "Expires at" datepicker be attached to a text field, not inline
- Have both private tokens and personal access tokens verified in a
  single "authenticate_from_private_token" method, both in the
  application and API. Move relevant logic to
  `User#find_by_personal_access_token`
- Remove unnecessary constants relating to API auth. We don't need a
  separate constant for personal access tokens since the param is the
  same as for private tokens.
2016-06-16 08:24:13 +05:30
..
oauth_applications_spec.rb Add spec for deletion of authorized OAuth2 application 2016-04-14 07:24:58 -07:00
personal_access_tokens_spec.rb Implement @DouweM's feedback. 2016-06-16 08:24:13 +05:30
preferences_spec.rb Fix preferences_spec test 2016-06-10 15:08:13 -05:00