summaryrefslogtreecommitdiffstats
path: root/test/unit/time_entry_activity_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA2024-12-111-10/+0
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Fix RuboCop offense Performance/AncestorsInclude (#38146).Go MAEDA2023-01-111-1/+1
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Add default spent time activity per role (#29286).Go MAEDA2022-08-091-0/+82
* Fix time entry activity is not set as default when the default activity exist...Marius Balteanu2022-06-201-0/+12
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Saving time tracking activities without any change may turn a system activity...Go MAEDA2021-12-211-3/+26
* Project specific TimeEntryActivity name not updating properly (#21056).Go MAEDA2021-06-301-0/+26
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* shorten long line of test/unit/time_entry_activity_test.rbToshi MARUYAMA2020-12-101-5/+24
* Fix that updating time tracking activities in a project may take a long time ...Go MAEDA2020-09-221-0/+20
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Update copyright year.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
* Set User.current to nil before unit tests.Jean-Philippe Lang2018-12-161-0/+4
* Test failure.Jean-Philippe Lang2018-12-161-1/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* remove empty lines including trailing white space from test/unit/time_entry_a...Toshi MARUYAMA2017-02-211-3/+0
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Fixed that project activity without parent hides system activities and remove...Jean-Philippe Lang2015-05-301-0/+7
* Fixed test failures introduced by r14288 (#19656).Jean-Philippe Lang2015-05-301-5/+5
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-2/+2
* add missing fixtures to TimeEntryActivityTestToshi MARUYAMA2014-09-121-1/+8
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Fixed that deleting a system activity with children in use raises an error (#...Jean-Philippe Lang2013-05-011-1/+29
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Fixed some more test/unit/*_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-011-1/+1
* Array#to_s behaviour changed in ruby 1.9.Jean-Philippe Lang2012-03-051-2/+2
* Extracts custom field values validation from CustomValue so that they can be ...Jean-Philippe Lang2012-01-281-6/+8
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-1/+2
* Rails3: test: replace deprecated errors.on at test_update_issue_with_required...Toshi MARUYAMA2011-10-071-1/+1
* remove trailing white-spaces from test/unit/time_entry_activity_test.rb.Toshi MARUYAMA2011-08-301-5/+5
* add functional tests for bulk edit time entries (#7996).Toshi MARUYAMA2011-04-041-2/+2
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Enumerations can now have custom fields defined on them. #4077Eric Davis2009-10-211-0/+49
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Changed Enumerations to use a Single Table InheritanceEric Davis2009-05-301-0/+36