summaryrefslogtreecommitdiff
path: root/spec/features/snippets/search_snippets_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 Bot2022-11-151-5/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-10-141-0/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-02-121-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-02-091-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-12-091-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-031-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-281-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-131-41/+0
|
* Merge branch '66741-remove-spec-rails_helper-rb' into 'master'Grzegorz Bizon2019-09-031-1/+1
|\ | | | | | | | | | | | | Remove spec/rails_helper.rb Closes #66741 See merge request gitlab-org/gitlab-ce!32380
| * 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.
* | Improve search result labelsMarkus Koller2019-08-301-11/+3
|/ | | | | | | - Use "results" instead of "blobs", "wiki blobs", "snippet blobs" - Use "comments" instead of "notes" - Use correct pluralization - Don't add "1 - 10 of" if there's only one page
* 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
|
* 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-2/+2
|
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-2/+2
|
* Move 'Search Snippets' Spinach feature to Rspecthe-undefined2016-11-161-0/+66
This commit moves the `search_snippets.feature` Spinach test to a Rspec feature, as part of deprecating the Spinach test suite. - Remove Spinach discover snippets feature and steps - Remove unused `SharedSearch` module - Add Rspec feature scenarios