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:
parent
60640d4a59
commit
ce57d7b24a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue