From: Toshi MARUYAMA Date: Wed, 20 Nov 2019 16:00:49 +0000 (+0000) Subject: cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/acces... X-Git-Tag: 4.2.0~1539 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c1e6d0bda269d25471056c2808fa77ba88938e1b;p=redmine.git cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/access_control_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19099 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/unit/lib/redmine/access_control_test.rb b/test/unit/lib/redmine/access_control_test.rb index 353fdbaff..7e411d770 100644 --- a/test/unit/lib/redmine/access_control_test.rb +++ b/test/unit/lib/redmine/access_control_test.rb @@ -20,7 +20,6 @@ require File.expand_path('../../../../test_helper', __FILE__) class Redmine::AccessControlTest < ActiveSupport::TestCase - def setup @access_module = Redmine::AccessControl end