summaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA11 days1-0/+2
* Use anonymous block forwarding introduced in Ruby 3.1 (#38585).Go MAEDA2024-08-211-6/+6
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Fix RuboCop offense Style/ArgumentsForwarding (#38585).Go MAEDA2024-01-271-4/+4
* Fix tests after asset pipeline implementation (#39111).Marius Balteanu2024-01-251-0/+1
* Extends mysql8? test helper to handle more complex version strings (#39865).Go MAEDA2023-12-221-1/+2
* Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).Go MAEDA2023-12-201-1/+1
* Use tx_isolation for MySQL lower than 8. (#39437).Marius Balteanu2023-11-191-0/+4
* Fix RuboCop offense Performance/MapMethodChain (#37247).Go MAEDA2023-08-231-1/+1
* Fix RuboCop offense Style/ReturnNilInPredicateMethodDefinition (#36919).Go MAEDA2023-06-291-1/+1
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-3/+3
* 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
* Fixes for Style/FileWrite offense introduced in RuboCop 1.24.0 (#35136).Go MAEDA2021-12-241-3/+1
* Drop OpenID support (#35755).Go MAEDA2021-12-141-1/+0
* Allow parallel testing (#35030).Go MAEDA2021-04-061-0/+2
* Disable TestAdapter on IntegrationTest (#29914, #32936).Go MAEDA2021-04-011-0/+5
* Fix "DEPRECATION WARNING: Passing a path to relative to is deprecated." (#299...Go MAEDA2021-04-011-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Add test for 4 byte characters (emoji) support (#32054).Go MAEDA2021-03-131-0/+4
* Use MiniTest::Assertions#skip to skip tests in RepositoriesControllerTest whe...Go MAEDA2021-03-111-0/+4
* add empty line after guard clause to test/test_helper.rbToshi MARUYAMA2020-09-171-0/+1
* add Redmine::Database.sqlite? as with postgresql? and postgresql?Toshi MARUYAMA2020-04-201-1/+1
* remove duplicate mysql? and postgresql? logicToshi MARUYAMA2020-04-201-2/+2
* use CGI.unescapeHTML instead of CGI::unescapeHTML in test/test_helper.rb as w...Toshi MARUYAMA2020-04-201-1/+1
* use same "Redmine::Database.mysql?" as with r19706 in test/test_helper.rbToshi MARUYAMA2020-04-201-1/+1
* scm: git: add test of UTF-8 Emoji committer and comments (#24030)Toshi MARUYAMA2020-04-141-0/+15
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Use #media_type instead of #content_type to test the MIME type of a response ...Go MAEDA2020-01-271-3/+3
* Require 'mocha/minitest' instead of deprecated 'mocha/setup' (#32592).Go MAEDA2019-12-111-1/+1
* cleanup: rubocop: fix Layout/IndentFirstHashElement in test/test_helper.rbToshi MARUYAMA2019-11-241-2/+6
* cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in test/test_helper.rbToshi MARUYAMA2019-11-241-3/+5
* cleanup: rubocop: fix Layout/AlignArguments in test/test_helper.rbToshi MARUYAMA2019-11-241-1/+3
* code cleanup: rubocop: fix Layout/CaseIndentation in test/test_helper.rbToshi MARUYAMA2019-10-141-1/+2
* Fix FrozenError during tests (#32071, #26561).Go MAEDA2019-09-161-1/+1
* mail_body method in test/test_helper.rb raises an exception if the message is...Go MAEDA2019-09-131-1/+1
* Run test only when GhostScript is available (#22481).Go MAEDA2019-06-021-0/+8
* Remove trailing whitespaces from test/test_helper.rbGo MAEDA2019-06-021-6/+6
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Don't rescue Exception class (#31387).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
* Test failure.Jean-Philippe Lang2018-12-121-0/+13
* Fix random test failure, assertion must be made against displayed values.Jean-Philippe Lang2018-12-011-1/+6
* Use button as additional option for contextmenu (#26655).Go MAEDA2018-04-211-1/+1
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-23/+17
* Set default configuration for the timelog list (#26356).Jean-Philippe Lang2017-07-121-1/+6
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Create tmp directory on test launch.Jean-Philippe Lang2017-06-011-5/+5
* Use Rails 5 syntax for integration tests.Jean-Philippe Lang2017-06-011-0/+11