summaryrefslogtreecommitdiffstats
path: root/test/unit/lib
Commit message (Expand)AuthorAgeFilesLines
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-201-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-201-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-201-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-201-1/+0
* Add missing fixture to Redmine::WikiFormatting::MacrosTest (#32444).Go MAEDA2019-11-131-1/+1
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/scm/adap...Toshi MARUYAMA2019-11-091-7/+12
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/scm/adap...Toshi MARUYAMA2019-11-091-2/+3
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation and Layout/IndentHered...Toshi MARUYAMA2019-11-091-35/+33
* Fix that receiving HTML email fails if it contains a link without an href att...Go MAEDA2019-11-092-0/+14
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation and Layout/IndentHered...Toshi MARUYAMA2019-11-091-44/+40
* cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_p...Toshi MARUYAMA2019-11-081-11/+10
* cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_l...Toshi MARUYAMA2019-11-081-16/+15
* cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_o...Toshi MARUYAMA2019-11-081-27/+26
* cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_i...Toshi MARUYAMA2019-11-081-21/+18
* cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_b...Toshi MARUYAMA2019-11-081-16/+15
* cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_p...Toshi MARUYAMA2019-11-081-41/+40
* cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_o...Toshi MARUYAMA2019-11-081-9/+9
* cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_o...Toshi MARUYAMA2019-11-081-9/+9
* cleanup: rubocop: fix Layout/IndentHeredoc in test/unit/lib/redmine/syntax_hi...Toshi MARUYAMA2019-11-081-16/+16
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/scm/adap...Toshi MARUYAMA2019-11-081-1/+1
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/menu_man...Toshi MARUYAMA2019-11-071-26/+29
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/wiki_for...Toshi MARUYAMA2019-11-061-7/+7
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/helpers/...Toshi MARUYAMA2019-11-051-2/+2
* cleanup: rubocop: fix Layout/IndentAssignment in test/unit/lib/redmine/helper...Toshi MARUYAMA2019-11-051-8/+8
* Eases the regexp used to determine the start of a code block (#32359).Go MAEDA2019-10-291-0/+5
* code cleanup: rubocop: fix Lint/NestedMethodDefinition in test/unit/lib/redmi...Toshi MARUYAMA2019-10-221-2/+4
* code cleanup: rubocop: fix Performance/RedundantBlockCall in test/unit/lib/re...Toshi MARUYAMA2019-10-221-1/+1
* code cleanup: rubocop: fix Performance/RedundantBlockCall in test/unit/lib/re...Toshi MARUYAMA2019-10-221-1/+1
* code cleanup: rubocop: fix Layout/CommentIndentation and Layout/MultilineArra...Toshi MARUYAMA2019-10-221-19/+26
* code cleanup: rubocop: fix Layout/SpaceBeforeComma in test/unit/lib/redmine/h...Toshi MARUYAMA2019-10-191-1/+1
* code cleanup: rubocop: fix Layout/CommentIndentation and Layout/MultilineArra...Toshi MARUYAMA2019-10-171-23/+30
* code cleanup: rubocop: fix Layout/CommentIndentation and Layout/MultilineArra...Toshi MARUYAMA2019-10-171-28/+37
* code cleanup: rubocop: fix Layout/BlockAlignment in test/unit/lib/redmine/men...Toshi MARUYAMA2019-10-151-4/+6
* code cleanup: rubocop: fix Layout/BlockAlignment in test/unit/lib/redmine/men...Toshi MARUYAMA2019-10-151-2/+1
* Fix test failure due to missing call to set_tmp_attachments_directory (#32122).Go MAEDA2019-10-041-4/+3
* code cleanup: rubocop: fix Layout/SpaceInsideReferenceBrackets in test/unit/l...Toshi MARUYAMA2019-09-111-25/+25
* code cleanup: rubocop: fix Layout/SpaceBeforeFirstArg in test/unit/lib/redmin...Toshi MARUYAMA2019-09-041-1/+1
* Code cleanup: RuboCop: Fix Performance/InefficientHashSearchGo MAEDA2019-09-031-1/+1
* Add missing fixtures to Redmine::Helpers::GanttHelperTest (#31966).Go MAEDA2019-08-281-1/+1
* Add tests for r18383 (#31231).Go MAEDA2019-08-243-0/+28
* MarkdownFormatterTest#test_should_support_underlined_text is declared as priv...Go MAEDA2019-08-211-5/+5
* Update Rouge to 3.8.0 (#31556).Go MAEDA2019-08-141-1/+1