summaryrefslogtreecommitdiffstats
path: root/test/unit/issue_priority_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA11 days1-2/+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
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Code cleanup: RuboCop: Fix Rails/ActiveRecordAliases in test/unit/issue_prior...Go MAEDA2020-01-211-1/+1
* Add IssuePriority#high? and #low? helpers (#32628).Go MAEDA2020-01-211-0/+37
* Extract finding the default or "middle" issue priority into its own class met...Go MAEDA2020-01-211-0/+9
* 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
* Add test for r17329 (#28494).Go MAEDA2018-05-121-0/+7
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Removes #move_to= (#12909).Jean-Philippe Lang2016-04-181-1/+1
* Replaces acts_as_list with an implementation that handles #position= (#12909).Jean-Philippe Lang2016-04-171-19/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* IssuePriority.position_name not recalculated every time it should (#21504).Jean-Philippe Lang2015-12-201-0/+14
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-4/+4
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Adds a textual css class for issue priorities (#12216).Jean-Philippe Lang2012-10-261-0/+30
* Priorities have the same position and can't be reordered (#11098).Jean-Philippe Lang2012-06-091-1/+26
* Code cleanup.Jean-Philippe Lang2012-05-251-0/+13
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* remove trailing white-spaces from test/unit/issue_priority_test.rb.Toshi MARUYAMA2011-08-291-5/+5
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...Jean-Philippe Lang2009-12-061-1/+1
* 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/+38