GitLab Bot
1ce6af4aad
Add latest changes from gitlab-org/gitlab@master
2020-01-24 00:08:51 +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
Robert Speicher
6d165c740c
Make all uses of fixture_file_upload
use relative paths
2018-06-07 09:54:41 -05: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
Kamil Trzcinski
a0adafddd0
Remove require_relative 'import_spec_helper'
2016-06-08 18:18:49 +02:00
Robert Speicher
dad88568f3
Update and simplify Import controller specs
2015-06-22 12:13:46 +02:00
Stan Hu
9c76a6fa96
Show incompatible projects in Google Code import status
...
Importing a JSON file with only one Subversion project lead to confusion
over whether the system was working. Provide status why these projects
could not be imported directly.
Closes #1531
2015-04-30 06:56:49 -07:00
Douwe Maan
7b5bc32cad
Allow projects to be imported from Google Code.
2015-04-03 15:29:27 +02:00