index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
test_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use `fixtures :all` to ensure consistent test data and improve test reliabili...
Go MAEDA
11 days
1
-0
/
+2
*
Use anonymous block forwarding introduced in Ruby 3.1 (#38585).
Go MAEDA
2024-08-21
1
-6
/
+6
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Fix RuboCop offense Style/ArgumentsForwarding (#38585).
Go MAEDA
2024-01-27
1
-4
/
+4
*
Fix tests after asset pipeline implementation (#39111).
Marius Balteanu
2024-01-25
1
-0
/
+1
*
Extends mysql8? test helper to handle more complex version strings (#39865).
Go MAEDA
2023-12-22
1
-1
/
+2
*
Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).
Go MAEDA
2023-12-20
1
-1
/
+1
*
Use tx_isolation for MySQL lower than 8. (#39437).
Marius Balteanu
2023-11-19
1
-0
/
+4
*
Fix RuboCop offense Performance/MapMethodChain (#37247).
Go MAEDA
2023-08-23
1
-1
/
+1
*
Fix RuboCop offense Style/ReturnNilInPredicateMethodDefinition (#36919).
Go MAEDA
2023-06-29
1
-1
/
+1
*
Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...
Go MAEDA
2023-01-01
1
-3
/
+3
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Fixes for Style/FileWrite offense introduced in RuboCop 1.24.0 (#35136).
Go MAEDA
2021-12-24
1
-3
/
+1
*
Drop OpenID support (#35755).
Go MAEDA
2021-12-14
1
-1
/
+0
*
Allow parallel testing (#35030).
Go MAEDA
2021-04-06
1
-0
/
+2
*
Disable TestAdapter on IntegrationTest (#29914, #32936).
Go MAEDA
2021-04-01
1
-0
/
+5
*
Fix "DEPRECATION WARNING: Passing a path to relative to is deprecated." (#299...
Go MAEDA
2021-04-01
1
-1
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Add test for 4 byte characters (emoji) support (#32054).
Go MAEDA
2021-03-13
1
-0
/
+4
*
Use MiniTest::Assertions#skip to skip tests in RepositoriesControllerTest whe...
Go MAEDA
2021-03-11
1
-0
/
+4
*
add empty line after guard clause to test/test_helper.rb
Toshi MARUYAMA
2020-09-17
1
-0
/
+1
*
add Redmine::Database.sqlite? as with postgresql? and postgresql?
Toshi MARUYAMA
2020-04-20
1
-1
/
+1
*
remove duplicate mysql? and postgresql? logic
Toshi MARUYAMA
2020-04-20
1
-2
/
+2
*
use CGI.unescapeHTML instead of CGI::unescapeHTML in test/test_helper.rb as w...
Toshi MARUYAMA
2020-04-20
1
-1
/
+1
*
use same "Redmine::Database.mysql?" as with r19706 in test/test_helper.rb
Toshi MARUYAMA
2020-04-20
1
-1
/
+1
*
scm: git: add test of UTF-8 Emoji committer and comments (#24030)
Toshi MARUYAMA
2020-04-14
1
-0
/
+15
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Use #media_type instead of #content_type to test the MIME type of a response ...
Go MAEDA
2020-01-27
1
-3
/
+3
*
Require 'mocha/minitest' instead of deprecated 'mocha/setup' (#32592).
Go MAEDA
2019-12-11
1
-1
/
+1
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in test/test_helper.rb
Toshi MARUYAMA
2019-11-24
1
-2
/
+6
*
cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in test/test_helper.rb
Toshi MARUYAMA
2019-11-24
1
-3
/
+5
*
cleanup: rubocop: fix Layout/AlignArguments in test/test_helper.rb
Toshi MARUYAMA
2019-11-24
1
-1
/
+3
*
code cleanup: rubocop: fix Layout/CaseIndentation in test/test_helper.rb
Toshi MARUYAMA
2019-10-14
1
-1
/
+2
*
Fix FrozenError during tests (#32071, #26561).
Go MAEDA
2019-09-16
1
-1
/
+1
*
mail_body method in test/test_helper.rb raises an exception if the message is...
Go MAEDA
2019-09-13
1
-1
/
+1
*
Run test only when GhostScript is available (#22481).
Go MAEDA
2019-06-02
1
-0
/
+8
*
Remove trailing whitespaces from test/test_helper.rb
Go MAEDA
2019-06-02
1
-6
/
+6
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Don't rescue Exception class (#31387).
Go MAEDA
2019-05-25
1
-1
/
+1
*
Enable frozen_string_literal for some files under test directory (#26561).
Go MAEDA
2019-03-16
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Test failure.
Jean-Philippe Lang
2018-12-12
1
-0
/
+13
*
Fix random test failure, assertion must be made against displayed values.
Jean-Philippe Lang
2018-12-01
1
-1
/
+6
*
Use button as additional option for contextmenu (#26655).
Go MAEDA
2018-04-21
1
-1
/
+1
*
Merged rails-5.1 branch (#23630).
Jean-Philippe Lang
2017-07-23
1
-23
/
+17
*
Set default configuration for the timelog list (#26356).
Jean-Philippe Lang
2017-07-12
1
-1
/
+6
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Create tmp directory on test launch.
Jean-Philippe Lang
2017-06-01
1
-5
/
+5
*
Use Rails 5 syntax for integration tests.
Jean-Philippe Lang
2017-06-01
1
-0
/
+11
[next]