summaryrefslogtreecommitdiffstats
path: root/test/unit/document_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA2024-12-111-5/+0
* 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
* Code cleanup: RuboCop: Rails/ActiveRecordAliasesGo MAEDA2019-08-171-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
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Current user should be nil to prevent ActiveJob::DeserializationError errors ...Jean-Philippe Lang2018-11-291-0/+4
* Send individual emails for each mail recipient (#26791).Jean-Philippe Lang2018-10-061-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* remove empty line including trailing white space from test/unit/document_test.rbToshi MARUYAMA2017-03-201-1/+0
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Raises 60-character limit for document titles to 255 (#12312).Jean-Philippe Lang2015-05-101-0/+7
* 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
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* add missing fixtures to test/unit/document_test.rbToshi MARUYAMA2012-08-211-1/+4
* Tests should not change settings.Jean-Philippe Lang2012-07-081-4/+5
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* remove trailing white-spaces from unit document test.Toshi MARUYAMA2011-05-181-7/+7
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Show last update datetime (last attachment added) on document list (#4232).Jean-Philippe Lang2009-11-261-1/+13
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Added observers to watch model objects for mail delivery instead of calling M...Eric Davis2009-03-281-0/+9
* Fixed: default category ignored when adding a document (#2328).Jean-Philippe Lang2008-12-121-0/+37