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:
parent
942eb6e06b
commit
2e1da01790
@ -218,7 +218,6 @@ Layout/EmptyLinesAroundMethodBody:
|
|||||||
- 'test/functional/users_controller_test.rb'
|
- 'test/functional/users_controller_test.rb'
|
||||||
- 'test/integration/account_test.rb'
|
- 'test/integration/account_test.rb'
|
||||||
- 'test/unit/attachment_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/mapper_test.rb'
|
||||||
- 'test/unit/lib/redmine/menu_manager/menu_helper_test.rb'
|
- 'test/unit/lib/redmine/menu_manager/menu_helper_test.rb'
|
||||||
- 'test/unit/lib/redmine/unified_diff_test.rb'
|
- 'test/unit/lib/redmine/unified_diff_test.rb'
|
||||||
|
|||||||
@ -3224,6 +3224,5 @@ class IssueTest < ActiveSupport::TestCase
|
|||||||
# March 21st and the issue should be marked overdue
|
# March 21st and the issue should be marked overdue
|
||||||
User.current = user_in_asia
|
User.current = user_in_asia
|
||||||
assert issue.overdue?
|
assert issue.overdue?
|
||||||
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user