summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-08-04 16:06:26 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-08-04 16:06:26 +0000
commit12c3df4bd38ba26cb0d9e6c32e68e45a5861e579 (patch)
tree9df177c1d6098668dbd535a6e62d8d37a4992e66 /test
parent12f4721f7ad4573550d24eabf9ce1ef833977c3c (diff)
downloadredmine-12c3df4bd38ba26cb0d9e6c32e68e45a5861e579.tar.gz
redmine-12c3df4bd38ba26cb0d9e6c32e68e45a5861e579.zip
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
Diffstat (limited to 'test')
-rw-r--r--test/unit/repository_cvs_test.rb2
1 files changed, 1 insertions, 1 deletions
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 !!!"