mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00: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:
parent
12f4721f7a
commit
12c3df4bd3
@ -119,7 +119,6 @@ Layout/CommentIndentation:
|
|||||||
Layout/DefEndAlignment:
|
Layout/DefEndAlignment:
|
||||||
Exclude:
|
Exclude:
|
||||||
- 'test/functional/documents_controller_test.rb'
|
- 'test/functional/documents_controller_test.rb'
|
||||||
- 'test/unit/repository_cvs_test.rb'
|
|
||||||
|
|
||||||
# Cop supports --auto-correct.
|
# Cop supports --auto-correct.
|
||||||
# Configuration parameters: EnforcedStyle.
|
# Configuration parameters: EnforcedStyle.
|
||||||
|
|||||||
@ -263,7 +263,7 @@ class RepositoryCvsTest < ActiveSupport::TestCase
|
|||||||
|
|
||||||
# invalid revision
|
# invalid revision
|
||||||
assert_nil @repository.annotate('README', '123')
|
assert_nil @repository.annotate('README', '123')
|
||||||
end
|
end
|
||||||
|
|
||||||
else
|
else
|
||||||
puts "CVS test repository NOT FOUND. Skipping unit tests !!!"
|
puts "CVS test repository NOT FOUND. Skipping unit tests !!!"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user