mirror of
https://github.com/redmine/redmine.git
synced 2025-11-08 06:15:59 +01:00
code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/functional/settings_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18659 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -137,7 +137,6 @@ Layout/EmptyLineBetweenDefs:
|
|||||||
- 'app/models/version.rb'
|
- 'app/models/version.rb'
|
||||||
- 'lib/redmine/info.rb'
|
- 'lib/redmine/info.rb'
|
||||||
- 'lib/redmine/version.rb'
|
- 'lib/redmine/version.rb'
|
||||||
- 'test/functional/settings_controller_test.rb'
|
|
||||||
- 'test/functional/users_controller_test.rb'
|
- 'test/functional/users_controller_test.rb'
|
||||||
- 'test/helpers/sort_helper_test.rb'
|
- 'test/helpers/sort_helper_test.rb'
|
||||||
- 'test/unit/mailer_test.rb'
|
- 'test/unit/mailer_test.rb'
|
||||||
|
|||||||
@@ -196,7 +196,6 @@ class SettingsControllerTest < Redmine::ControllerTest
|
|||||||
assert_nil (mail = ActionMailer::Base.deliveries.last)
|
assert_nil (mail = ActionMailer::Base.deliveries.last)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
def test_get_plugin_settings
|
def test_get_plugin_settings
|
||||||
ActionController::Base.append_view_path(File.join(Rails.root, "test/fixtures/plugins"))
|
ActionController::Base.append_view_path(File.join(Rails.root, "test/fixtures/plugins"))
|
||||||
Redmine::Plugin.register :foo do
|
Redmine::Plugin.register :foo do
|
||||||
|
|||||||
Reference in New Issue
Block a user