summaryrefslogtreecommitdiffstats
path: root/test/functional/files_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-8/+29
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-181-6/+1
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Adds flash messages to files_controller#create (#19793).Jean-Philippe Lang2015-05-091-0/+11
* add missing fixture to FilesControllerTestToshi MARUYAMA2015-01-251-1/+3
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced some #assert_tag with #assert_select.Jean-Philippe Lang2014-11-201-6/+4
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Removed unused fixtures.Jean-Philippe Lang2013-02-111-1/+0
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* 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