summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/forks_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-0/+19
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-17/+28
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-0/+22
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+18
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-201-0/+11
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-281-4/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-171-21/+59
* Fix public/private/internal fork countsCamil Staps2019-09-061-4/+57
* Support redirect paths starting with a dash51952-forking-via-webideMarkus Koller2019-06-251-3/+13
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-0/+2
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-7/+13
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Resolve "Namespace factory is problematic"Lin Jen-Shin2018-04-231-1/+5
* 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-2/+2
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-4/+12
* 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
* Remove newlines between context and it in addition to testing redirection for...Cagdas Gerede2016-11-151-6/+1
* Add authentication for for create action. Add more tests for for new and crea...Cagdas Gerede2016-11-151-6/+55
* Move sign_out out of it into beforeCagdas Gerede2016-11-131-2/+1
* Replace tabs with spacesEarth2016-11-131-1/+1
* Add a unit test for redirecting to sign-in page when user is not logged in an...Earth2016-11-131-0/+15
* fixes part1 of files to start using active tensetiagonbotelho2016-08-091-5/+5
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-2/+0
* Make better use of the `visibility_level` factory traitsrs-traits-are-goodRobert Speicher2016-03-081-1/+1
* Add specs to ForksController#index.issue_13648Rubén Dávila2016-03-021-0/+72