fix Pagination helper test class name

git-svn-id: http://svn.redmine.org/redmine/trunk@12460 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-12-26 03:18:57 +00:00
parent 60640d4a59
commit ce57d7b24a
1 changed files with 1 additions and 1 deletions

View 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