Fixed stub.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7906 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
05f3bb6241
commit
7bae592e62
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue