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')