1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 19:47:14 +00:00

Add missing assertion in Redmine::MenuManager::MapperTest#test_push_onto_root (#41142).

git-svn-id: https://svn.redmine.org/redmine/trunk@22956 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2024-08-12 09:05:31 +00:00
parent 095cc967cc
commit d7db0e4790

View File

@ -37,7 +37,7 @@ class Redmine::MenuManager::MapperTest < ActiveSupport::TestCase
menu_mapper = Redmine::MenuManager::Mapper.new(:test_menu, {})
menu_mapper.push :test_overview, {:controller => 'projects', :action => 'show'}, {}
menu_mapper.exists?(:test_overview)
assert menu_mapper.exists?(:test_overview)
end
def test_push_onto_parent