summaryrefslogtreecommitdiffstats
path: root/test/functional/files_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Functional tests cleanup.Jean-Philippe Lang2012-12-031-3/+17
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-031-2/+2
* Tests should not change settings.Jean-Philippe Lang2012-07-081-6/+6
* Adds helpers for testing email body.Jean-Philippe Lang2012-03-041-1/+1
* back out from r9031 to r9036Toshi MARUYAMA2012-03-011-1/+1
* Rails3: test: add .to_s for mail's bodies check at functional/files_controlle...Toshi MARUYAMA2012-03-011-1/+1
* Do not do assertions on mail class.Jean-Philippe Lang2012-02-251-1/+1
* 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