1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-06 09:03:25 +00:00

rubocop: fix Layout/BlockAlignment of test/functional/repositories_git_controller_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18334 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2019-07-30 13:07:20 +00:00
parent 01e4010841
commit 05c1e19bd8
2 changed files with 1 additions and 2 deletions

View File

@ -59,7 +59,6 @@ Layout/BlockAlignment:
- 'app/models/project.rb'
- 'app/models/time_entry.rb'
- 'test/functional/issues_controller_test.rb'
- 'test/functional/repositories_git_controller_test.rb'
- 'test/functional/repositories_mercurial_controller_test.rb'
- 'test/unit/lib/redmine/menu_manager/mapper_test.rb'
- 'test/unit/lib/redmine/menu_manager/menu_helper_test.rb'

View File

@ -163,7 +163,7 @@ class RepositoriesGitControllerTest < Redmine::RepositoryControllerTest
[
"tag00.lightweight",
"tag01.annotated",
].each do |t1|
].each do |t1|
get :show, :params => {
:id => PRJ_ID,
:repository_id => @repository.id,