summaryrefslogtreecommitdiff
path: root/spec/features/projects/files/undo_template_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-01-161-19/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-11-251-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-01-251-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-06-241-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-161-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-101-5/+6
|
* 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
* Upgrade to Capybara 3Heinrich Lee Yu2019-06-121-1/+1
| | | | | Fix whitespace in specs because normalize_ws is slightly different from Capybara 2 behavior
* Re-enable MethodCallWithoutArgsParentheses CopAndrew Newdigate2019-01-291-1/+1
| | | | | Re-enables and autocorrects all instances of the Style/MethodCallWithoutArgsParentheses rule
* Address review feedbackRémy Coutable2018-04-091-2/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Migrate features/project/project.feature to RSpec and reorganize several ↵Rémy Coutable2018-04-091-3/+3
| | | | | | Project feature specs Signed-off-by: Rémy Coutable <remy@rymai.me>
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
|
* 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.
* Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-1/+1
|
* Use `empty_project` where possible in spec/features/projectsRobert Speicher2017-07-271-1/+1
|
* Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-2/+2
|
* 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
|
* Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-221-1/+1
|
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-8/+7
| | | | | Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
* Fix rspec and spinach testsJose Ivan Vargas2017-04-061-2/+2
|
* Make file templates easy to use and discoverBryce Johnson2017-04-031-0/+67