summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/group_links_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-11/+17
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Reduce CE/EE diff in spec/controllers/projects/group_links_controller_spec.rbRémy Coutable2018-05-241-0/+12
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Resolve "Inconsistent location of members page between groups and projects"Tim Zallmann2017-07-071-3/+3
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-3/+3
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-1/+4
* Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-6/+6
* Use `empty_project` where possible in controller specsrs-empty_project-controllersRobert Speicher2017-01-251-1/+1
* Fixed testsJose Ivan Vargas2017-01-031-3/+3
* fix group links 404barthc2016-10-051-1/+36
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-1/+1
* Enable Style/SpaceAroundKeyword cop and fix offensesRobert Speicher2016-05-231-1/+1
* Check permissions when sharing project with groupGrzegorz Bizon2016-04-191-0/+50