summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/menu_manager
Commit message (Expand)AuthorAgeFilesLines
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA2024-12-111-2/+0
* Fix RuboCop Layout/SpaceAfterComma in test/unit/lib/redmine/menu_manager/menu...Marius Balteanu2024-11-101-1/+1
* Allows plugins to add custom SVG icons for menu items added by the plugin (#2...Marius Balteanu2024-11-102-0/+18
* Updates test environment config to mark assertionless tests as failed (#36320).Marius Balteanu2024-08-201-1/+0
* 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-263-3/+3
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-013-3/+3
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-013-3/+3
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-023-3/+3
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-253-3/+3
* remove empty line at method body end of test/unit/lib/redmine/menu_manager/me...Toshi MARUYAMA2020-12-111-2/+0
* shorten long line of test/unit/lib/redmine/menu_manager/mapper_test.rbToshi MARUYAMA2020-12-111-17/+20
* fix source indent of test/unit/lib/redmine/menu_manager/menu_helper_test.rbToshi MARUYAMA2020-11-291-1/+1
* remove spaces inside {} of test/unit/lib/redmine/menu_manager/mapper_test.rbToshi MARUYAMA2020-11-201-34/+34
* remove spaces inside {} of test/unit/lib/redmine/menu_manager/menu_helper_tes...Toshi MARUYAMA2020-11-181-21/+21
* remove spaces inside {} of test/unit/lib/redmine/menu_manager/menu_item_test.rbToshi MARUYAMA2020-11-181-3/+3
* shorten long line of test/unit/lib/redmine/menu_manager/menu_item_test.rbToshi MARUYAMA2020-11-131-27/+29
* fix source indent of test/unit/lib/redmine/menu_manager/menu_helper_test.rbToshi MARUYAMA2020-10-261-73/+108
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-033-3/+3
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/menu_man...Toshi MARUYAMA2019-11-071-26/+29
* code cleanup: rubocop: fix Lint/NestedMethodDefinition in test/unit/lib/redmi...Toshi MARUYAMA2019-10-221-2/+4
* code cleanup: rubocop: fix Layout/BlockAlignment in test/unit/lib/redmine/men...Toshi MARUYAMA2019-10-151-4/+6
* code cleanup: rubocop: fix Layout/BlockAlignment in test/unit/lib/redmine/men...Toshi MARUYAMA2019-10-151-2/+1
* Remove trailing whitespaces from test (#31506).Go MAEDA2019-06-061-1/+1
* Update copyright year.Go MAEDA2019-05-253-3/+3
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-163-3/+3
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-153-0/+6
* Update copyright.Jean-Philippe Lang2017-06-253-3/+3
* Use assert_nil instead of assert_equal.Jean-Philippe Lang2016-12-111-1/+1
* Include url helpers in helper tests.Jean-Philippe Lang2016-07-161-2/+3
* Introduce virtual MenuNodes (#15880).Jean-Philippe Lang2016-06-111-0/+35
* Child nodes should only be rendered if the user is actually authorized to see...Jean-Philippe Lang2016-05-081-2/+48
* Updates copyright for 2016.Jean-Philippe Lang2016-03-133-3/+3
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-2/+2
* Copyright update.Jean-Philippe Lang2015-01-112-2/+2
* Support for named route in project menu and a new :permission option (#6426).Jean-Philippe Lang2014-12-142-6/+27
* Removed some test contexts.Jean-Philippe Lang2014-11-232-28/+0
* update copyright year (#15977)Toshi MARUYAMA2014-01-292-2/+2
* 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-122-2/+2
* Fixed some more test/unit/*_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-011-1/+1
* Copyright update.Jean-Philippe Lang2012-05-052-2/+2
* Get rid of HelperTestcase.Jean-Philippe Lang2011-12-181-18/+11
* Removed dependency with monkey-patched rubytree.Jean-Philippe Lang2011-12-141-1/+1
* Fixed stub.Jean-Philippe Lang2011-11-231-1/+1
* remove trailing white-spaces from test/unit/lib/redmine/menu_manager/menu_ite...Toshi MARUYAMA2011-08-301-3/+3
* remove trailing white-spaces from test/unit/lib/redmine/menu_manager/mapper_t...Toshi MARUYAMA2011-08-301-10/+9
* remove trailing white-spaces from test/unit/lib/redmine/menu_manager/menu_hel...Toshi MARUYAMA2011-08-301-13/+13
* back out r6118. use ActionView::TestCase instead of HelperTestCase at MenuHel...Toshi MARUYAMA2011-06-221-1/+1