summaryrefslogtreecommitdiff
path: root/spec/support/helpers/devise_helpers.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add frozen_string_literal to spec/supportThong Kuah2019-07-251-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* OmniAuth full_host spec helperJames Edwards-Jones2019-07-041-0/+12
| | | | | | | Allows us to correctly set omniauth's full_host so redirects take the port into account. Needed when running selenium tests on a different port
* Stub Rails.application.env_config to prevent spec failuressh-fix-issue-8448-ceStan Hu2018-11-191-1/+8
| | | | | | | | | | | When we modify env_config, that is on the global Rails.application, and we need to stub it and allow it to be modified in-place, without polluting later tests. When we modify env, then the context is a request, or something else that only lives for a single spec. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/8488
* Move spec helpers/matchers/shared examples/contexts to their relevant folderRémy Coutable2018-04-231-0/+17
Signed-off-by: Rémy Coutable <remy@rymai.me>