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:
parent
e7ba3cf008
commit
9a5cb65b9e
@ -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'
|
||||
|
||||
|
||||
@ -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')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user