From: Toshi MARUYAMA Date: Thu, 26 Dec 2013 03:18:57 +0000 (+0000) Subject: fix Pagination helper test class name X-Git-Tag: 2.5.0~439 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ce57d7b24a22654d8def2a1a4e7dc072d5a044a3;p=redmine.git 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 1134b0625..13c066fdf 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