summaryrefslogtreecommitdiff
path: root/spec/features/projects/edit_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Migrate features/project/project.feature to RSpec and reorganize several Proj...Rémy Coutable2018-04-091-62/+0
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-1/+1
* Resolve "Make project and features visibility settings less confusing"Mike Greiling2017-09-071-8/+23
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-3/+3
* Use `empty_project` where possible in spec/features/projectsRobert Speicher2017-07-271-3/+3
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
* Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-1/+1
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-1/+1
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-2/+0
* Update feature visibility spec for projects edit pageDavid Piegza2017-03-091-19/+11
* Hides merge request section in edit project when disabledPhil Hughes2016-09-021-0/+57