summaryrefslogtreecommitdiff
path: root/spec/features/snippets/internal_snippet_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-12-011-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-11-291-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-10-081-7/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-031-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-061-0/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-061-4/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-051-0/+4
|
* Replace rails_helper.rb with spec_helper.rb66741-remove-spec-rails_helper-rbAsh McKenzie2019-08-301-1/+1
| | | | | rails_helper.rb's only logic was to require spec_helper.rb.
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-261-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-051-3/+3
|
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-1/+1
| | | | | | Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-1/+1
|
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
|
* Merge branch 'snippets_visibility' into 'security'Sean McGivern2017-05-101-0/+23
Fix snippets visibility for show action - external users can not see internal snippets See merge request !2087