summaryrefslogtreecommitdiffstats
path: root/test/functional/files_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Include attachment filename in "File added" email notification subject (#41450).Go MAEDA2024-10-201-1/+1
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/files_...Toshi MARUYAMA2019-11-231-13/+28
* Remove trailing whitespaces from test (#31506).Go MAEDA2019-06-061-2/+2
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* 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