summaryrefslogtreecommitdiffstats
path: root/test/functional/files_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Adds functional tests.Jean-Philippe Lang2012-02-231-0/+19
* remove duplicate fixtures from test/functional/files_controller_test.rbToshi MARUYAMA2011-09-251-1/+0
* Rails3: replace "all" fixtures at test/functional/files_controller_test.rbToshi MARUYAMA2011-09-251-1/+12
* remove trailing white-spaces from test/functional/files_controller_test.rb.Toshi MARUYAMA2011-08-301-7/+7
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Adds leading slash to all assert_redirected_to arguments (#6887).Jean-Philippe Lang2010-11-141-2/+2
* Refactor: convert FilesController to a restful resource.Eric Davis2010-09-141-3/+3
* Refactor: split FilesController#new into #new and #create.Eric Davis2010-09-131-4/+4
* Refactor: move method, ProjectsController#add_file to FilesController#new.Eric Davis2010-09-011-0/+38
* Refactor: move method, ProjectsController#list_files to FilesController#index.Eric Davis2010-08-311-0/+29