summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/forks_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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