Fixed stub.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7906 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-11-23 20:48:20 +00:00
parent 05f3bb6241
commit 7bae592e62
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class Redmine::MenuManager::MenuHelperTest < HelperTestCase
super super
@response = ActionController::TestResponse.new @response = ActionController::TestResponse.new
# Stub the current menu item in the controller # Stub the current menu item in the controller
def @controller.current_menu_item def current_menu_item
:index :index
end end
end end