##// END OF EJS Templates
use ActionView::TestCase instead of HelperTestCase at projects_helper_test.rb....
Toshi MARUYAMA -
r5991:e715627b3dda
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 ProjectsHelperTest < HelperTestCase
20 class ProjectsHelperTest < ActionView::TestCase
21 include ApplicationHelper
21 include ApplicationHelper
22 include ProjectsHelper
22 include ProjectsHelper
23
23
General Comments 0
You need to be logged in to leave comments. Login now