mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +00:00
code cleanup: rubocop: fix Layout/IndentationConsistency in test/functional/repositories_mercurial_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18470 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
2e37562206
commit
7a488904fa
@ -299,7 +299,6 @@ Layout/IndentationConsistency:
|
||||
- 'app/models/attachment.rb'
|
||||
- 'test/functional/issues_controller_test.rb'
|
||||
- 'test/functional/project_enumerations_controller_test.rb'
|
||||
- 'test/functional/repositories_mercurial_controller_test.rb'
|
||||
- 'test/helpers/application_helper_test.rb'
|
||||
- 'test/integration/api_test/custom_fields_attribute_test.rb'
|
||||
- 'test/integration/api_test/issues_test.rb'
|
||||
|
||||
@ -212,7 +212,7 @@ class RepositoriesMercurialControllerTest < Redmine::RepositoryControllerTest
|
||||
@repository.fetch_changesets
|
||||
@project.reload
|
||||
assert_equal NUM_REV, @repository.changesets.count
|
||||
[
|
||||
[
|
||||
'default',
|
||||
'branch-Ü-01',
|
||||
'branch (1)[2]&,%.-3_4',
|
||||
@ -237,7 +237,7 @@ class RepositoriesMercurialControllerTest < Redmine::RepositoryControllerTest
|
||||
@repository.fetch_changesets
|
||||
@project.reload
|
||||
assert_equal NUM_REV, @repository.changesets.count
|
||||
[
|
||||
[
|
||||
'tag-Ü-00',
|
||||
'tag_test.00',
|
||||
'tag-init-revision'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user