##// END OF EJS Templates
use ActionView::TestCase instead of HelperTestCase at sort_helper_test.rb....
Toshi MARUYAMA -
r5993:b49487e9a1de
parent child
Show More
@@ -17,7 +17,7
17 17
18 18 require File.expand_path('../../../test_helper', __FILE__)
19 19
20 class SortHelperTest < HelperTestCase
20 class SortHelperTest < ActionView::TestCase
21 21 include SortHelper
22 22
23 23 def setup
General Comments 0
You need to be logged in to leave comments. Login now