summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/access_control_test.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-20 16:00:49 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-20 16:00:49 +0000
commitc1e6d0bda269d25471056c2808fa77ba88938e1b (patch)
tree884e2ad5df00f4c023f16c97a32919c97a2cfcf0 /test/unit/lib/redmine/access_control_test.rb
parent8192c563205b3b393b26f453658df2ed68290e21 (diff)
downloadredmine-c1e6d0bda269d25471056c2808fa77ba88938e1b.tar.gz
redmine-c1e6d0bda269d25471056c2808fa77ba88938e1b.zip
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
Diffstat (limited to 'test/unit/lib/redmine/access_control_test.rb')
-rw-r--r--test/unit/lib/redmine/access_control_test.rb1
1 files changed, 0 insertions, 1 deletions
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