##// END OF EJS Templates
use ActionView::TestCase instead of HelperTestCase at custom_fields_helper_test.rb....
Toshi MARUYAMA -
r5990:6c92ac4d78db
parent child
Show More
@@ -17,7 +17,7
17
17
18 require File.expand_path('../../../test_helper', __FILE__)
18 require File.expand_path('../../../test_helper', __FILE__)
19
19
20 class CustomFieldsHelperTest < HelperTestCase
20 class CustomFieldsHelperTest < ActionView::TestCase
21 include CustomFieldsHelper
21 include CustomFieldsHelper
22 include Redmine::I18n
22 include Redmine::I18n
23
23
General Comments 0
You need to be logged in to leave comments. Login now