Commit graph

16 commits

Author SHA1 Message Date
GitLab Bot
3707364380 Add latest changes from gitlab-org/gitlab@master 2022-06-30 18:09:30 +00:00
GitLab Bot
92ea86691a Add latest changes from gitlab-org/gitlab@master 2022-06-21 00:08:43 +00:00
GitLab Bot
6ddc820225 Add latest changes from gitlab-org/gitlab@master 2022-06-02 21:09:25 +00:00
GitLab Bot
28b119a4b4 Add latest changes from gitlab-org/gitlab@master 2022-05-25 18:08:15 +00:00
GitLab Bot
8b0ef13236 Add latest changes from gitlab-org/gitlab@master 2020-06-03 18:08:28 +00:00
GitLab Bot
79cbe31b18 Add latest changes from gitlab-org/gitlab@master 2020-02-05 03:08:49 +00:00
gfyoung
93a44e135b Add some frozen string to spec/**/*.rb
Adds frozen string to the following:

* spec/bin/**/*.rb
* spec/config/**/*.rb
* spec/controllers/**/*.rb

xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-04-15 10:17:05 +00:00
blackst0ne
b44a2c801a Update specs to rails5 format
Updates specs to use new rails5 format.

The old format:
`get :show, { some: params }, { some: headers }`

The new format:
`get :show, params: { some: params }, headers: { some: headers }`
2018-12-19 10:04:31 +11:00
Mark Chao
a63bce1a4b Resolve "Rename the Master role to Maintainer" Backend 2018-07-11 14:36:08 +00:00
blackst0ne
27c95364b5 Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
Jacopo
2f40dac352 Refactor have_http_status into have_gitlab_http_status in the specs 2017-10-20 10:13:18 +02:00
Robert Speicher
72a7b30c9f Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
Robert Speicher
4642ca6686 Use empty_project where possible in controller specs 2017-01-25 17:14:38 -05:00
Jose Ivan Vargas
373411d18d Corrected code style and titles 2017-01-18 15:19:35 -06:00
Jose Ivan Vargas
bc7c6c6892 Fixed more tests 2017-01-18 15:19:35 -06:00
Jose Ivan Vargas
1ee4f98694 Fixed spinach feature tests for the services and hooks controllers
Added a test for the integrations controller
2017-01-18 15:19:35 -06:00