summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-09-24 15:43:56 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-09-24 15:43:56 +0000
commit9a5cb65b9eb3229b428722968bb17613121d725e (patch)
tree160d6bc70ccbd2031369cc0cd1b49f9ef9962ab8
parente7ba3cf008a36ae6ef23bbff6661787de2a9b70d (diff)
downloadredmine-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
-rw-r--r--.rubocop_todo.yml1
-rw-r--r--test/unit/issue_test.rb1
2 files changed, 0 insertions, 2 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index e06904279..9afd19ed3 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -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'
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')