Commit Graph

9 Commits

Author SHA1 Message Date
Phil Hughes ec396fd93a New navigation breadcrumbs 2017-06-30 16:52:11 +00:00
Rémy Coutable ce25b15c2d
Tag a spec as :nested_groups since it fails on MySQL
This was broken by
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12322.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-26 17:32:22 +02:00
Michael Kozono daef408712 Fix breadcrumb order 2017-06-22 13:38:29 -07:00
Grzegorz Bizon 0430b76441 Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
DJ Mountney 1d1363e2bb Bring in security changes from the 9.2.5 release
Ran:
 - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch
 - git checkout -b 9-2-5-security-patch origin/v9.2.2
 - git apply patchfile.patch
 - git commit
 - [Got the sha ref for the commit]
 - git checkout -b upstream-9-2-security master
 - git cherry-pick <SHA of the patchfile commit>
 - [Resolved conflicts]
 - git cherry-pick --continue
2017-06-07 21:16:20 -07:00
Ruben Davila f8dde43d41 Always use `fixture_file_upload` helper to upload files in tests.
* Also is not a good idea to use File.open without closing the file
  handler. We should use it with a block or close it explicitly.
2016-12-18 20:35:07 -05:00
Patricio Cano 02ddb9dff4 Syntax fixes and better tests for helper methods. Updated docs. 2016-09-15 14:10:49 -05:00
tiagonbotelho 519275c110 fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
Douwe Maan 8db1292139 Tweaks, refactoring, and specs 2016-03-20 21:04:07 +01:00
Renamed from spec/helpers/groups_helper.rb (Browse further)