From: Toshi MARUYAMA Date: Thu, 21 Nov 2019 10:45:23 +0000 (+0000) Subject: cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/pagin... X-Git-Tag: 4.2.0~1516 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=00a28f6143d0376bdd72b89e204d784b3315aaeb;p=redmine.git 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 --- 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