1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

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

git-svn-id: http://svn.redmine.org/redmine/trunk@18522 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2019-09-24 15:43:56 +00:00
parent e7ba3cf008
commit 9a5cb65b9e
2 changed files with 0 additions and 2 deletions

View File

@ -150,7 +150,6 @@ Layout/EmptyLineBetweenDefs:
- 'test/functional/settings_controller_test.rb'
- 'test/functional/users_controller_test.rb'
- 'test/helpers/sort_helper_test.rb'
- 'test/unit/issue_test.rb'
- 'test/unit/mailer_test.rb'
- 'test/unit/project_test.rb'

View File

@ -2231,7 +2231,6 @@ class IssueTest < ActiveSupport::TestCase
end
end
def test_rescheduling_reschedule_following_issue_earlier_should_consider_other_preceding_issues
issue1 = Issue.generate!(:start_date => '2012-10-15', :due_date => '2012-10-17')
issue2 = Issue.generate!(:start_date => '2012-10-15', :due_date => '2012-10-17')