mirror of
https://github.com/redmine/redmine.git
synced 2025-12-23 17:00:29 +01:00
rubocop: fix Layout/IndentationConsistency of test/unit/repository_cvs_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18349 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -313,7 +313,6 @@ Layout/IndentationConsistency:
|
|||||||
- 'test/integration/api_test/custom_fields_attribute_test.rb'
|
- 'test/integration/api_test/custom_fields_attribute_test.rb'
|
||||||
- 'test/integration/api_test/issues_test.rb'
|
- 'test/integration/api_test/issues_test.rb'
|
||||||
- 'test/mocks/open_id_authentication_mock.rb'
|
- 'test/mocks/open_id_authentication_mock.rb'
|
||||||
- 'test/unit/repository_cvs_test.rb'
|
|
||||||
|
|
||||||
# Cop supports --auto-correct.
|
# Cop supports --auto-correct.
|
||||||
# Configuration parameters: Width, IgnoredPatterns.
|
# Configuration parameters: Width, IgnoredPatterns.
|
||||||
|
|||||||
@@ -261,8 +261,8 @@ class RepositoryCvsTest < ActiveSupport::TestCase
|
|||||||
assert_equal 'LANG', ann.revisions[0].author
|
assert_equal 'LANG', ann.revisions[0].author
|
||||||
assert_equal 'CVS test repository', ann.lines[0]
|
assert_equal 'CVS test repository', ann.lines[0]
|
||||||
|
|
||||||
# invalid revision
|
# invalid revision
|
||||||
assert_nil @repository.annotate('README', '123')
|
assert_nil @repository.annotate('README', '123')
|
||||||
end
|
end
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user