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
*
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
*
Use Rails 5 syntax for functional tests.
Jean-Philippe Lang
2017-05-31
1
-4
/
+6
*
Cleanup tests with mock files.
Jean-Philippe Lang
2017-04-03
1
-19
/
+28
*
Reset locale to "en" before helpers tests.
Jean-Philippe Lang
2017-01-19
1
-0
/
+3
*
Reset current user before helpers tests.
Jean-Philippe Lang
2017-01-19
1
-1
/
+4
*
Use assert_nil instead of assert_equal.
Jean-Philippe Lang
2016-12-11
1
-1
/
+1
*
Removes calls to #assert_template and #assigns in integration tests.
Jean-Philippe Lang
2016-07-21
1
-1
/
+1
*
Removes calls to #assert_template and #assigns in functional tests.
Jean-Philippe Lang
2016-07-18
1
-0
/
+23
*
Adds a class for testing helpers.
Jean-Philippe Lang
2016-07-16
1
-0
/
+4
*
Pass parameters with :params in controller tests.
Jean-Philippe Lang
2016-07-16
1
-4
/
+4
*
Accept 5 arguments.
Jean-Philippe Lang
2016-07-16
1
-1
/
+1
*
Pass parameters with :params in controller tests.
Jean-Philippe Lang
2016-07-16
1
-0
/
+8
*
Adds our own class for controller tests.
Jean-Philippe Lang
2016-07-14
1
-0
/
+3
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Makes the test LDAP host configurable (#21674).
Jean-Philippe Lang
2016-01-22
1
-1
/
+3
*
Import issues from CSV file (#950).
Jean-Philippe Lang
2015-08-14
1
-2
/
+8
*
Replace tab introduced in r14388 in test/test_helper.rb with spaces (#20242).
Jean-Philippe Lang
2015-07-05
1
-2
/
+2
*
Fixed that user with "Manage public queries" permission, can create global pu...
Jean-Philippe Lang
2015-06-29
1
-0
/
+9
*
Adds a configuration setting to enable sudo mode, disabled by default (#19851).
Jean-Philippe Lang
2015-06-19
1
-0
/
+2
*
Fixed assertions for SQLServer that format dates with MM/DD/YYYY in queries.
Jean-Philippe Lang
2015-02-08
1
-0
/
+5
*
Support for accent insensitive search with PostgreSQL (#18801).
Jean-Philippe Lang
2015-02-08
1
-0
/
+4
*
Upgrade to Rails 4.2.0 (#14534).
Jean-Philippe Lang
2015-01-17
1
-1
/
+10
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
replace tab to space at test/test_helper.rb
Toshi MARUYAMA
2015-01-08
1
-1
/
+1
*
Replaces awesome_nested_set gem with a simple and more robust implementation ...
Jean-Philippe Lang
2015-01-07
1
-9
/
+2
*
Allow attachment thumbnails from REST API (#18707).
Jean-Philippe Lang
2014-12-26
1
-0
/
+4
*
Adds tests for creating an issue with multiple uploads.
Jean-Philippe Lang
2014-12-22
1
-0
/
+39
*
Replaced "can't" with "cannot" in error messages.
Jean-Philippe Lang
2014-12-21
1
-6
/
+0
*
Restore accent insensitive search with mysql (#18537).
Jean-Philippe Lang
2014-12-15
1
-0
/
+4
*
Missing test helper (#18537).
Jean-Philippe Lang
2014-12-14
1
-0
/
+4
*
Use simplecov for code coverage, rcov does not support ruby>=1.9.
Jean-Philippe Lang
2014-12-02
1
-0
/
+7
*
Removed unneeded patch in tests.
Jean-Philippe Lang
2014-11-30
1
-11
/
+0
*
Moved helpers for integration tests in a specific class.
Jean-Philippe Lang
2014-11-30
1
-15
/
+17
*
Pull up #setup and #teardown in API tests.
Jean-Philippe Lang
2014-11-30
1
-0
/
+7
[next]