replace RAILS_ROOT to Rails.root at test/unit/lib/redmine/hook_test.rb.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6091 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
583be064c8
commit
391760a666
|
@ -166,7 +166,7 @@ class Redmine::Hook::ManagerTest < ActiveSupport::TestCase
|
||||||
end
|
end
|
||||||
|
|
||||||
def view_hook_helper
|
def view_hook_helper
|
||||||
@view_hook_helper ||= TestHookHelperView.new(RAILS_ROOT + '/app/views')
|
@view_hook_helper ||= TestHookHelperView.new(Rails.root.to_s + '/app/views')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue