Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add frozen_string_literal to spec/support | Thong Kuah | 2019-07-25 | 1 | -0/+2 |
| | | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758 | ||||
* | OmniAuth full_host spec helper | James Edwards-Jones | 2019-07-04 | 1 | -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-ce | Stan Hu | 2018-11-19 | 1 | -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 folder | Rémy Coutable | 2018-04-23 | 1 | -0/+17 |
Signed-off-by: Rémy Coutable <remy@rymai.me> |