mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00: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:
parent
12c3df4bd3
commit
6d22d66b9d
@ -313,7 +313,6 @@ Layout/IndentationConsistency:
|
||||
- 'test/integration/api_test/custom_fields_attribute_test.rb'
|
||||
- 'test/integration/api_test/issues_test.rb'
|
||||
- 'test/mocks/open_id_authentication_mock.rb'
|
||||
- 'test/unit/repository_cvs_test.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Configuration parameters: Width, IgnoredPatterns.
|
||||
|
||||
@ -261,8 +261,8 @@ class RepositoryCvsTest < ActiveSupport::TestCase
|
||||
assert_equal 'LANG', ann.revisions[0].author
|
||||
assert_equal 'CVS test repository', ann.lines[0]
|
||||
|
||||
# invalid revision
|
||||
assert_nil @repository.annotate('README', '123')
|
||||
# invalid revision
|
||||
assert_nil @repository.annotate('README', '123')
|
||||
end
|
||||
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user