summaryrefslogtreecommitdiffstats
path: root/test/functional/documents_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Structured Document list for more flexible UI design with CSS (#17924).Go MAEDA2022-02-081-4/+4
* 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
* fix source indent of DocumentsControllerTestToshi MARUYAMA2020-10-261-26/+56
* add space after comma to DocumentsControllerTestToshi MARUYAMA2020-10-051-4/+4
* Fix that "Successful deletion" notice is not displayed after deleting some ty...Go MAEDA2020-04-041-0/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* code cleanup: rubocop: fix Layout/IndentHeredoc in test/functional/documents_...Toshi MARUYAMA2019-10-071-6/+4
* Fix test failure due to missing call to set_tmp_attachments_directory (#32122).Go MAEDA2019-10-041-0/+2
* Code cleanup: RuboCop: Rails/ActiveRecordAliasesGo MAEDA2019-08-171-3/+3
* rubocop: fix Layout/DefEndAlignment of test/functional/documents_controller_t...Toshi MARUYAMA2019-08-041-1/+1
* 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
* Show recent documents first (#29725).Jean-Philippe Lang2019-03-151-4/+33
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Add missing fixtures for test_create_with_one_attachment (#30054).Go MAEDA2018-11-291-1/+1
* Send individual emails for each mail recipient (#26791).Jean-Philippe Lang2018-10-061-1/+1
* Remove trailing whitespaces from test/functional/documents_controller_test.rbGo MAEDA2018-10-051-4/+4
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-24/+75
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-181-8/+2
* 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
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced some #assert_tag with #assert_select.Jean-Philippe Lang2014-11-201-9/+8
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#first with finder options at DocumentsCon...Toshi MARUYAMA2014-01-081-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* add functional test to create non default document category (#11665)Toshi MARUYAMA2012-08-211-0/+17
* add missing fixtures to test/functional/documents_controller_test.rbToshi MARUYAMA2012-08-211-1/+3
* Tests should not change settings.Jean-Philippe Lang2012-07-081-3/+3
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Additional tests for DocumentsController.Jean-Philippe Lang2011-12-171-0/+16
* Resourcified documents.Jean-Philippe Lang2011-11-301-4/+11
* Test class cleanup.Jean-Philippe Lang2011-11-301-7/+0
* Adds functional tests for DocumentsController.Jean-Philippe Lang2011-11-301-1/+52
* Do not show inactive document categories where not necessary (#8573).Jean-Baptiste Barth2011-06-131-0/+4
* remove trailing white-spaces from functional documents controller test.Toshi MARUYAMA2011-05-181-15/+15
* 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
* Added tests for #5533's behavior.Eric Davis2010-06-191-0/+18
* Refactor: Move the rest of the routing tests to RoutingTest.Eric Davis2010-04-211-43/+0
* Renames uploaded_test_file helper.Jean-Philippe Lang2009-10-101-1/+1
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-1/+1
* Added observers to watch model objects for mail delivery instead of calling M...Eric Davis2009-03-281-0/+3