gitlab-org--gitlab-foss/spec
babatakao 86a262de1a Authorize all teams to admin: fix 500 error on showing team page.
500 error was occured in the following steps:

1. user1 creates new team "team1".
2. Assign team1 to project1.
3. Sign in as admin. This admin is not a member of team1.
4. Open project1 team setting page (/project1/team).
5. Click "team1" link in "Assigned teams" area.
6. 500 error.

Fixed this issue.
2013-06-05 15:41:33 +09:00
..
contexts Added few tests on Issues::BulkUpdateContext 2013-05-16 10:32:27 +00:00
controllers Fix overlapping test case names. 2013-04-07 13:58:25 -07:00
factories updated fork feature to use gitlab-shell for v5 of gitlab 2013-04-15 01:54:52 -04:00
features Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into Andrew8xx8-gist 2013-06-04 18:36:22 +03:00
helpers Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into Andrew8xx8-gist 2013-06-04 18:36:22 +03:00
lib Fix bug with team assignation on project from #4109 2013-06-01 19:24:15 +04:00
mailers fixed test using repo with commits but old factory 2013-04-01 19:06:47 +03:00
models Authorize all teams to admin: fix 500 error on showing team page. 2013-06-05 15:41:33 +09:00
observers Replace old hashes with new 1.9 ruby hashes (rebase) 2013-05-05 18:01:10 +04:00
requests/api Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into Andrew8xx8-gist 2013-06-04 18:36:22 +03:00
routing Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into Andrew8xx8-gist 2013-06-04 18:36:22 +03:00
services Fixing specs & spinach since Wiki model does not exists any more 2013-04-10 23:48:40 +03:00
support Refactor API classes. So api classes like Gitlab::Issues become API::Issues 2013-05-14 15:33:31 +03:00
tasks/gitlab Replace old hashes with new 1.9 ruby hashes (rebase) 2013-05-05 18:01:10 +04:00
workers fixed test using repo with commits but old factory 2013-04-01 19:06:47 +03:00
factories.rb Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into Andrew8xx8-gist 2013-06-04 18:36:22 +03:00
factories_spec.rb Tests to validate that invalid keys are rejected 2013-02-17 21:31:20 +02:00
seed_project.tar.gz Rspec test repo replaced.\nMerge Requests improved 2012-03-13 23:54:49 +02:00
spec_helper.rb Specs refactoring to reduce test time. Disabled observers by default for specs 2013-04-10 23:28:42 +03:00