summaryrefslogtreecommitdiffstats
path: root/test/unit/lib
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-21 10:45:23 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-21 10:45:23 +0000
commit00a28f6143d0376bdd72b89e204d784b3315aaeb (patch)
treee2bf1a9594aa1fa3aa95f15b0dee3cbf267fedf6 /test/unit/lib
parent5bff94f4eed2535d4ee06373e86fd9f7854b5f80 (diff)
downloadredmine-00a28f6143d0376bdd72b89e204d784b3315aaeb.tar.gz
redmine-00a28f6143d0376bdd72b89e204d784b3315aaeb.zip
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/pagination_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19123 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/lib')
-rw-r--r--test/unit/lib/redmine/pagination_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/lib/redmine/pagination_test.rb b/test/unit/lib/redmine/pagination_test.rb
index 0b6dfb28a..270cd4f99 100644
--- a/test/unit/lib/redmine/pagination_test.rb
+++ b/test/unit/lib/redmine/pagination_test.rb
@@ -20,7 +20,6 @@
require File.expand_path('../../../../test_helper', __FILE__)
class Redmine::PaginationTest < ActiveSupport::TestCase
-
def setup
@klass = Redmine::Pagination::Paginator
end