mirror of
https://github.com/redmine/redmine.git
synced 2025-11-10 23:36:01 +01:00
code cleanup: rubocop: fix Layout/IndentationConsistency in test/functional/repositories_git_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18466 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -300,7 +300,6 @@ Layout/IndentationConsistency:
|
|||||||
- 'app/models/attachment.rb'
|
- 'app/models/attachment.rb'
|
||||||
- 'test/functional/issues_controller_test.rb'
|
- 'test/functional/issues_controller_test.rb'
|
||||||
- 'test/functional/project_enumerations_controller_test.rb'
|
- 'test/functional/project_enumerations_controller_test.rb'
|
||||||
- 'test/functional/repositories_git_controller_test.rb'
|
|
||||||
- 'test/functional/repositories_mercurial_controller_test.rb'
|
- 'test/functional/repositories_mercurial_controller_test.rb'
|
||||||
- 'test/helpers/application_helper_test.rb'
|
- 'test/helpers/application_helper_test.rb'
|
||||||
- 'test/integration/api_test/custom_fields_attribute_test.rb'
|
- 'test/integration/api_test/custom_fields_attribute_test.rb'
|
||||||
|
|||||||
@@ -160,7 +160,7 @@ class RepositoriesGitControllerTest < Redmine::RepositoryControllerTest
|
|||||||
@repository.fetch_changesets
|
@repository.fetch_changesets
|
||||||
@project.reload
|
@project.reload
|
||||||
assert_equal NUM_REV, @repository.changesets.count
|
assert_equal NUM_REV, @repository.changesets.count
|
||||||
[
|
[
|
||||||
"tag00.lightweight",
|
"tag00.lightweight",
|
||||||
"tag01.annotated",
|
"tag01.annotated",
|
||||||
].each do |t1|
|
].each do |t1|
|
||||||
|
|||||||
Reference in New Issue
Block a user