##// END OF EJS Templates
Fixed the view_hook_helper test, it was reading all of the log files into...
Eric Davis -
r3097:87e83c7285e9
parent child
Show More
@@ -166,7 +166,7 class Redmine::Hook::ManagerTest < ActiveSupport::TestCase
166 end
166 end
167
167
168 def view_hook_helper
168 def view_hook_helper
169 @view_hook_helper ||= TestHookHelperView.new(RAILS_ROOT + '/log')
169 @view_hook_helper ||= TestHookHelperView.new(RAILS_ROOT + '/app/views')
170 end
170 end
171 end
171 end
172
172
General Comments 0
You need to be logged in to leave comments. Login now