diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-09-24 15:43:56 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-09-24 15:43:56 +0000 |
commit | 9a5cb65b9eb3229b428722968bb17613121d725e (patch) | |
tree | 160d6bc70ccbd2031369cc0cd1b49f9ef9962ab8 /test/unit | |
parent | e7ba3cf008a36ae6ef23bbff6661787de2a9b70d (diff) | |
download | redmine-9a5cb65b9eb3229b428722968bb17613121d725e.tar.gz redmine-9a5cb65b9eb3229b428722968bb17613121d725e.zip |
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
Diffstat (limited to 'test/unit')
-rw-r--r-- | test/unit/issue_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/issue_test.rb b/test/unit/issue_test.rb index c33971720..2d874138f 100644 --- a/test/unit/issue_test.rb +++ b/test/unit/issue_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') |