]> source.dussan.org Git - redmine.git/commitdiff
fix Pagination helper test class name
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 26 Dec 2013 03:18:57 +0000 (03:18 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 26 Dec 2013 03:18:57 +0000 (03:18 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@12460 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/lib/redmine/pagination_helper_test.rb

index 1134b06259b7e4b2803d8a0772a95537e13a89f5..13c066fdf2f4b08b81bbcc2c911fd5055f5f1505 100644 (file)
@@ -17,7 +17,7 @@
 
 require File.expand_path('../../../../test_helper', __FILE__)
 
-class ApplicationHelperTest < ActionView::TestCase
+class PaginationHelperTest < ActionView::TestCase
   include Redmine::Pagination::Helper
 
   def test_per_page_options_should_return_usefull_values