1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

code cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in test/unit/issue_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18537 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2019-09-25 17:55:14 +00:00
parent 942eb6e06b
commit 2e1da01790
2 changed files with 0 additions and 2 deletions

View File

@ -218,7 +218,6 @@ Layout/EmptyLinesAroundMethodBody:
- 'test/functional/users_controller_test.rb'
- 'test/integration/account_test.rb'
- 'test/unit/attachment_test.rb'
- 'test/unit/issue_test.rb'
- 'test/unit/lib/redmine/menu_manager/mapper_test.rb'
- 'test/unit/lib/redmine/menu_manager/menu_helper_test.rb'
- 'test/unit/lib/redmine/unified_diff_test.rb'

View File

@ -3224,6 +3224,5 @@ class IssueTest < ActiveSupport::TestCase
# March 21st and the issue should be marked overdue
User.current = user_in_asia
assert issue.overdue?
end
end