##// END OF EJS Templates
use ActionView::TestCase instead of HelperTestCase at timelog_helper_test.rb....
Toshi MARUYAMA -
r5994:4bc0f9a04aa0
parent child
Show More
@@ -17,7 +17,7
17 17
18 18 require File.expand_path('../../../test_helper', __FILE__)
19 19
20 class TimelogHelperTest < HelperTestCase
20 class TimelogHelperTest < ActionView::TestCase
21 21 include TimelogHelper
22 22 include ActionView::Helpers::TextHelper
23 23 include ActionView::Helpers::DateHelper
General Comments 0
You need to be logged in to leave comments. Login now