summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.rubocop_todo.yml1
-rw-r--r--test/functional/settings_controller_test.rb1
2 files changed, 0 insertions, 2 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 491a58827..61bc4222b 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/settings_controller_test.rb'
- 'test/functional/users_controller_test.rb'
- 'test/helpers/sort_helper_test.rb'
- 'test/unit/mailer_test.rb'
diff --git a/test/functional/settings_controller_test.rb b/test/functional/settings_controller_test.rb
index ff2ec3a0e..faf5f2aae 100644
--- a/test/functional/settings_controller_test.rb
+++ b/test/functional/settings_controller_test.rb
@@ -196,7 +196,6 @@ class SettingsControllerTest < Redmine::ControllerTest
assert_nil (mail = ActionMailer::Base.deliveries.last)
end
-
def test_get_plugin_settings
ActionController::Base.append_view_path(File.join(Rails.root, "test/fixtures/plugins"))
Redmine::Plugin.register :foo do