diff options
author | Go MAEDA <maeda@farend.jp> | 2024-08-12 07:42:12 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-08-12 07:42:12 +0000 |
commit | de76bb3a4a00146f8d53dbc25f2e90ca99910a22 (patch) | |
tree | 9927c2a114ec980e8c0584f615754db0ea2d0162 /test/unit/lib/redmine | |
parent | 0c28b0974adb3d9f777fbf0cc9234b1a7de144bf (diff) | |
download | redmine-de76bb3a4a00146f8d53dbc25f2e90ca99910a22.tar.gz redmine-de76bb3a4a00146f8d53dbc25f2e90ca99910a22.zip |
Fix RuboCop offense Layout/EmptyLinesAroundClassBody, one of the offenses enabled in rubocop-rails-omakase (#39887).
git-svn-id: https://svn.redmine.org/redmine/trunk@22949 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/lib/redmine')
-rw-r--r-- | test/unit/lib/redmine/field_format/link_format_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/lib/redmine/field_format/link_format_test.rb b/test/unit/lib/redmine/field_format/link_format_test.rb index 513462101..af612e5a0 100644 --- a/test/unit/lib/redmine/field_format/link_format_test.rb +++ b/test/unit/lib/redmine/field_format/link_format_test.rb @@ -21,7 +21,6 @@ require_relative '../../../../test_helper' require 'redmine/field_format' class Redmine::LinkFieldFormatTest < ActionView::TestCase - def setup User.current = nil end |