summaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Makes the test LDAP host configurable (#21674).Jean-Philippe Lang2016-01-221-1/+3
* Import issues from CSV file (#950).Jean-Philippe Lang2015-08-141-2/+8
* Replace tab introduced in r14388 in test/test_helper.rb with spaces (#20242).Jean-Philippe Lang2015-07-051-2/+2
* Fixed that user with "Manage public queries" permission, can create global pu...Jean-Philippe Lang2015-06-291-0/+9
* Adds a configuration setting to enable sudo mode, disabled by default (#19851).Jean-Philippe Lang2015-06-191-0/+2
* Fixed assertions for SQLServer that format dates with MM/DD/YYYY in queries.Jean-Philippe Lang2015-02-081-0/+5
* Support for accent insensitive search with PostgreSQL (#18801).Jean-Philippe Lang2015-02-081-0/+4
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-1/+10
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* replace tab to space at test/test_helper.rbToshi MARUYAMA2015-01-081-1/+1
* Replaces awesome_nested_set gem with a simple and more robust implementation ...Jean-Philippe Lang2015-01-071-9/+2
* Allow attachment thumbnails from REST API (#18707).Jean-Philippe Lang2014-12-261-0/+4
* Adds tests for creating an issue with multiple uploads.Jean-Philippe Lang2014-12-221-0/+39
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-6/+0
* Restore accent insensitive search with mysql (#18537).Jean-Philippe Lang2014-12-151-0/+4
* Missing test helper (#18537).Jean-Philippe Lang2014-12-141-0/+4
* Use simplecov for code coverage, rcov does not support ruby>=1.9.Jean-Philippe Lang2014-12-021-0/+7
* Removed unneeded patch in tests.Jean-Philippe Lang2014-11-301-11/+0
* Moved helpers for integration tests in a specific class.Jean-Philippe Lang2014-11-301-15/+17
* Pull up #setup and #teardown in API tests.Jean-Philippe Lang2014-11-301-0/+7
* Test cleanup.Jean-Philippe Lang2014-11-301-6/+0
* Drop shoulda.Jean-Philippe Lang2014-11-301-4/+0
* Test API authentification once.Jean-Philippe Lang2014-11-301-249/+0
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-2/+2
* Isolates all API routing tests to a specific test case.Jean-Philippe Lang2014-11-161-0/+36
* Need to require net/ldap in tests (#18192).Jean-Philippe Lang2014-10-281-0/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-5/+15
* fix always new lft and rgt are lft = 1, rgt = 2 (#6579)Toshi MARUYAMA2014-03-261-1/+2
* Fixed: Export CSV - Custom field true/false not using translation (#16081).Jean-Philippe Lang2014-02-151-0/+8
* define constant of escaped "Can't" for testsToshi MARUYAMA2014-02-041-2/+4
* code format clean up escaped "can't" constantToshi MARUYAMA2014-02-041-2/+2
* define constant of escaped "can't" for testsToshi MARUYAMA2014-02-041-0/+4
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* fix comment of awesome_nested_set new node lft and rgt value behavior changeToshi MARUYAMA2014-01-241-1/+1
* adjust tests to awesome_nested_set new node lft and rgt value behavior changeToshi MARUYAMA2014-01-241-0/+12
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-131-8/+8
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-1/+1
* Possibility to define the default enable trackers when creating a project (#1...Jean-Philippe Lang2013-02-151-1/+9
* Removed default comments.Jean-Philippe Lang2013-01-221-21/+1
* Removed unused shoulda macros.Jean-Philippe Lang2013-01-221-28/+0
* Adds a subclass of ActionDispatch::IntegrationTest for API tests.Jean-Philippe Lang2013-01-221-232/+235
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Make the tests pass when config.threadsafe! is enabled (#12097).Jean-Philippe Lang2012-12-021-0/+11
* Adds a macro for inserting collapsed text (#12167).Jean-Philippe Lang2012-10-201-0/+5
* Adds links to locked users when current user is admin.Jean-Philippe Lang2012-10-181-0/+9
* Adds a setting to allow subtasks to belong to other projects (#5487).Jean-Philippe Lang2012-10-101-0/+8
* remove redundant empty lines from test/test_helper.rbToshi MARUYAMA2012-09-021-8/+0
* Removes RJS from UsersController.Jean-Philippe Lang2012-07-211-2/+2
* Test if convert binary is available.Jean-Philippe Lang2012-07-161-4/+1