From ce57d7b24a22654d8def2a1a4e7dc072d5a044a3 2013-12-26 03:18:57 From: Toshi MARUYAMA Date: 2013-12-26 03:18:57 Subject: [PATCH] fix Pagination helper test class name git-svn-id: http://svn.redmine.org/redmine/trunk@12460 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/unit/lib/redmine/pagination_helper_test.rb b/test/unit/lib/redmine/pagination_helper_test.rb index 1134b06..13c066f 100644 --- a/test/unit/lib/redmine/pagination_helper_test.rb +++ b/test/unit/lib/redmine/pagination_helper_test.rb @@ -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