##// END OF EJS Templates
fix Pagination helper test class name...
Toshi MARUYAMA -
r12185:ce57d7b24a22
parent child
Show More
@@ -17,7 +17,7
17 17
18 18 require File.expand_path('../../../../test_helper', __FILE__)
19 19
20 class ApplicationHelperTest < ActionView::TestCase
20 class PaginationHelperTest < ActionView::TestCase
21 21 include Redmine::Pagination::Helper
22 22
23 23 def test_per_page_options_should_return_usefull_values
General Comments 0
You need to be logged in to leave comments. Login now