diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 61bc4222b..cd23a7fc2 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -137,7 +137,6 @@ Layout/EmptyLineBetweenDefs: - 'app/models/version.rb' - 'lib/redmine/info.rb' - 'lib/redmine/version.rb' - - 'test/functional/users_controller_test.rb' - 'test/helpers/sort_helper_test.rb' - 'test/unit/mailer_test.rb' - 'test/unit/project_test.rb' diff --git a/test/functional/users_controller_test.rb b/test/functional/users_controller_test.rb index 846a85cd5..2a6a5d138 100644 --- a/test/functional/users_controller_test.rb +++ b/test/functional/users_controller_test.rb @@ -420,7 +420,6 @@ class UsersControllerTest < Redmine::ControllerTest assert_nil ActionMailer::Base.deliveries.last end - def test_edit with_settings :gravatar_enabled => '1' do get :edit, :params => {:id => 2}