summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/menu_manager/mapper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add missing assertion in Redmine::MenuManager::MapperTest#test_push_onto_root...Go MAEDA2024-08-121-1/+1
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-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
* shorten long line of test/unit/lib/redmine/menu_manager/mapper_test.rbToshi MARUYAMA2020-12-111-17/+20
* remove spaces inside {} of test/unit/lib/redmine/menu_manager/mapper_test.rbToshi MARUYAMA2020-11-201-34/+34
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* code cleanup: rubocop: fix Layout/BlockAlignment in test/unit/lib/redmine/men...Toshi MARUYAMA2019-10-151-2/+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
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use assert_nil instead of assert_equal.Jean-Philippe Lang2016-12-111-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Removed some shoulda context.Jean-Philippe Lang2013-05-181-12/+10
* Add missing tests for Redmine::MenuManager::Mapper#initialize.Jean-Baptiste Barth2013-05-031-1/+12
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* remove trailing white-spaces from test/unit/lib/redmine/menu_manager/mapper_t...Toshi MARUYAMA2011-08-301-10/+9
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Fix an IndexError if all the :last menu items are deleted from a menu. #4718Eric Davis2010-02-181-1/+18
* Updated menus from JPL's feedback.Eric Davis2009-11-251-5/+5
* Converted Menus to a Tree structure to allow submenus.Eric Davis2009-11-251-0/+166