From 12c3df4bd38ba26cb0d9e6c32e68e45a5861e579 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sun, 4 Aug 2019 16:06:26 +0000 Subject: [PATCH] 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 --- .rubocop_todo.yml | 1 - test/unit/repository_cvs_test.rb | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index ae0fc61d3..51bd8eb7b 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -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. diff --git a/test/unit/repository_cvs_test.rb b/test/unit/repository_cvs_test.rb index bc9d87277..869fe885d 100644 --- a/test/unit/repository_cvs_test.rb +++ b/test/unit/repository_cvs_test.rb @@ -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 !!!" -- 2.39.5