mirror of
https://github.com/redmine/redmine.git
synced 2026-07-07 09:32:21 +02:00
rubocop: fix Layout/DefEndAlignment of test/unit/repository_cvs_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18348 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -119,7 +119,6 @@ Layout/CommentIndentation:
|
||||
Layout/DefEndAlignment:
|
||||
Exclude:
|
||||
- 'test/functional/documents_controller_test.rb'
|
||||
- 'test/unit/repository_cvs_test.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Configuration parameters: EnforcedStyle.
|
||||
|
||||
@@ -263,7 +263,7 @@ class RepositoryCvsTest < ActiveSupport::TestCase
|
||||
|
||||
# invalid revision
|
||||
assert_nil @repository.annotate('README', '123')
|
||||
end
|
||||
end
|
||||
|
||||
else
|
||||
puts "CVS test repository NOT FOUND. Skipping unit tests !!!"
|
||||
|
||||
Reference in New Issue
Block a user