fix source indent of test/unit/lib/redmine/menu_manager/menu_helper_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@20513 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2020-11-29 12:48:08 +00:00
parent 51625172d9
commit 90748779df

View File

@@ -31,7 +31,7 @@ class Redmine::MenuManager::MenuHelperTest < Redmine::HelperTest
# Stub the current menu item in the controller # Stub the current menu item in the controller
self.class_eval do self.class_eval do
def current_menu_item def current_menu_item
:index :index
end end
end end
end end