summaryrefslogtreecommitdiff
path: root/spec/features/merge_request/user_creates_merge_request_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Use namespace#path for building urls in specsBob Van Landuyt2019-07-091-1/+1
| | | | | | Some of the specs were using namespace names instead of paths for building URLS. This would fail since we now build a namespace with a user's name instead of a user's username.
* Remove spec feature stubbing10685-remove-feature-flag-ceMark Chao2019-06-041-2/+0
|
* [CE] Support multiple assignees for merge requestsosw-multi-assignees-merge-requestsOswaldo Ferreira2019-04-081-2/+2
| | | | | Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161 (code out of ee/ folder).
* CE Port of Multiple merge request approval rulesPaul Slaughter2019-02-131-0/+2
| | | | EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9001
* Reorganize issues and merge request feature specs in the same folderRémy Coutable2018-08-301-0/+84
Signed-off-by: Rémy Coutable <remy@rymai.me>