summaryrefslogtreecommitdiff
path: root/spec/controllers/groups/milestones_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-7/+7
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-2/+2
* Native group milestonesFelipe Artur2017-07-071-17/+101
* Add tests for Groups::MilestonesController#indexTakuya Noguchi2017-06-261-0/+15
* Refactor to more robust implementationfix-issue-32506Michael Kozono2017-05-191-3/+132
* Added controller specsPhil Hughes2017-04-261-0/+12
* Use `empty_project` where possible in controller specsrs-empty_project-controllersRobert Speicher2017-01-251-1/+1
* fixes part1 of files to start using active tensetiagonbotelho2016-08-091-1/+1
* Implement review suggestionsFelipe Artur2016-04-071-1/+1
* Improve codeFelipe Artur2016-04-051-1/+1
* Fix problem when creating milestones in groups without projectsFelipe Artur2016-04-051-0/+6
* Fix Error 500 when creating global milestones with Unicode charactersStan Hu2015-12-051-0/+27