summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/projects_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Removed some shoulda context.Jean-Philippe Lang2013-05-181-244/+182
* Adds a subclass of ActionDispatch::IntegrationTest for API tests.Jean-Philippe Lang2013-01-221-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Fixed that 200 API responses have a body containing one space (#11388).Jean-Philippe Lang2012-07-141-0/+4
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Test cleanup.Jean-Philippe Lang2012-01-021-9/+9
* Test cleanup.Jean-Philippe Lang2012-01-021-4/+0
* Makes issue categories available in project REST API (#9553).Jean-Philippe Lang2011-11-201-1/+36
* Prevent projects tests from deleting fixture files.Jean-Philippe Lang2011-11-191-0/+1
* remove trailing white-spaces from test/integration/api_test/projects_test.rb.Toshi MARUYAMA2011-08-271-41/+41
* Moves enabled_module_names param to project attribute so that it can be set t...Jean-Philippe Lang2011-01-061-1/+46
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Moves project attributes default assignments from ProjectsController#new to t...Jean-Philippe Lang2010-12-031-0/+2
* Projects API tests rewriting.Jean-Philippe Lang2010-12-031-79/+161
* Accept key auth for ProjectsController#show (#6841).Jean-Philippe Lang2010-11-271-0/+6
* Accept key auth for ProjectsController#destroy (#6841).Jean-Philippe Lang2010-11-271-8/+14
* Accept key auth for ProjectsController#update (#6841).Jean-Philippe Lang2010-11-271-10/+14
* Accept key auth for ProjectsController#create (#6841).Jean-Philippe Lang2010-11-271-14/+19
* Makes projects API return XML description when creating a project (#6874).Jean-Philippe Lang2010-11-131-2/+5
* Adds a "visible" option on User and Project custom fields (#1738).Jean-Philippe Lang2010-11-071-0/+9
* Move all API tests into the ApiTest module to make management easierEric Davis2010-11-011-0/+99