summaryrefslogtreecommitdiffstats
path: root/test/unit/lib
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-12-26 03:18:57 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-12-26 03:18:57 +0000
commitce57d7b24a22654d8def2a1a4e7dc072d5a044a3 (patch)
tree745e281f020dda5a74378d60652312bae930f625 /test/unit/lib
parent60640d4a59365378f3e529f3fb1e84280b419dbe (diff)
downloadredmine-ce57d7b24a22654d8def2a1a4e7dc072d5a044a3.tar.gz
redmine-ce57d7b24a22654d8def2a1a4e7dc072d5a044a3.zip
fix Pagination helper test class name
git-svn-id: http://svn.redmine.org/redmine/trunk@12460 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/lib')
-rw-r--r--test/unit/lib/redmine/pagination_helper_test.rb2
1 files changed, 1 insertions, 1 deletions
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