summaryrefslogtreecommitdiffstats
path: root/test/unit/repository_git_test.rb
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-03-21 03:27:53 +0000
committerGo MAEDA <maeda@farend.jp>2019-03-21 03:27:53 +0000
commitb900ae6107666deb601753eaa7abab0b299c006d (patch)
treef8578c5e9b06369807bc173f09b484540a99afdb /test/unit/repository_git_test.rb
parent4a37bac86670e3743d9ff1ff102c5527daf32c37 (diff)
downloadredmine-b900ae6107666deb601753eaa7abab0b299c006d.tar.gz
redmine-b900ae6107666deb601753eaa7abab0b299c006d.zip
Support frozen_string_literal in test/**/*.rb (#26561).
Contributed by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@17996 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/repository_git_test.rb')
-rw-r--r--test/unit/repository_git_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/repository_git_test.rb b/test/unit/repository_git_test.rb
index ab3291752..ee05c123f 100644
--- a/test/unit/repository_git_test.rb
+++ b/test/unit/repository_git_test.rb
@@ -1,4 +1,4 @@
-# frozen_string_literal: false
+# frozen_string_literal: true
# Redmine - project management software
# Copyright (C) 2006-2017 Jean-Philippe Lang