Robert Speicher
1a0064dceb
Use empty_project
where possible in spec/features/projects
2017-07-27 13:12:16 -04:00
Keifer Furzland
7e113b6824
Remove superfluous type defs in specs
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27 14:31:52 +02:00
Sean McGivern
396b8f91ec
Fix saving diffs that are not valid UTF-8
...
Previously, we used Psych, which would:
1. Check if a string was encoded as binary, and not ASCII-compatible.
2. Add the !binary tag in that case.
3. Convert to base64.
We need to do the same thing, using a new column in place of the tag.
2017-07-26 15:34:57 +01:00
Robert Speicher
9eeba8fb49
Auto-correct ProjectPathHelper violations
2017-07-06 12:20:50 -04:00
Robert Speicher
e939bf7be1
Change gitlab_sign_in to sign_in where possible
2017-06-29 12:18:23 -04:00
Robert Speicher
45fb1f9542
Change login_as
uses to gitlab_sign_in
2017-06-19 18:59:01 -05:00
Oswaldo Ferreira
2338785ec9
Use wait_for_requests to wait all JS request
2017-05-22 20:39:49 -03:00
Jacopo
ff76adb547
Unnecessary "include WaitForAjax" and "include ApiHelpers"
...
Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs.
Removed unnecessary usage of `api:true`
2017-04-21 22:32:02 +02:00
Phil Hughes
e4067c57ab
Fixed ref switcher tests
2017-02-20 12:11:55 +00:00
Clement Ho
17f5a34bfd
Display loading indicator when filtering ref switcher dropdown
2017-02-13 11:10:15 -06:00
Phil Hughes
e95d43dfc5
Fixed up tests
2016-11-21 21:01:45 -05:00
Luke "Jared" Bennett
e517da3ff0
Created wait_for_turbolinks and added test for refs dropdown selection with special chars
2016-11-04 15:23:54 +00:00
Phil Hughes
e5b64f20c7
Added ref switcher enter key tests
2016-07-19 20:26:41 +01:00