code cleanup: rubocop: fix Layout/BlockAlignment in test/unit/lib/redmine/menu_manager/mapper_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18677 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-10-15 05:07:51 +00:00
parent 9e05932c45
commit 94a7c3aa65
2 changed files with 1 additions and 3 deletions

View File

@@ -57,7 +57,6 @@ Layout/BlockAlignment:
- 'app/models/principal.rb'
- 'app/models/project.rb'
- 'app/models/time_entry.rb'
- 'test/unit/lib/redmine/menu_manager/mapper_test.rb'
- 'test/unit/lib/redmine/menu_manager/menu_helper_test.rb'
# Cop supports --auto-correct.

View File

@@ -181,7 +181,6 @@ class Redmine::MenuManager::MapperTest < ActiveSupport::TestCase
menu.push :administration, { :controller => 'projects', :action => 'show'}, {:last => true}
menu.push :help, Redmine::Info.help_url, :last => true
end
assert_nothing_raised do
Redmine::MenuManager.map :test_menu do |menu|
menu.delete(:administration)