summaryrefslogtreecommitdiffstats
path: root/test/functional/boards_controller_test.rb
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-03-16 15:03:47 +0000
committerGo MAEDA <maeda@farend.jp>2019-03-16 15:03:47 +0000
commit4f5a3a156c6755bbd7de4d8c6249c7c4b6a4bbb0 (patch)
treea86e08ed402fbf53cf74135e3046b0c68e118e1c /test/functional/boards_controller_test.rb
parent07b3087fda0e84d4a7609a04f8adb8450b062861 (diff)
downloadredmine-4f5a3a156c6755bbd7de4d8c6249c7c4b6a4bbb0.tar.gz
redmine-4f5a3a156c6755bbd7de4d8c6249c7c4b6a4bbb0.zip
Enable frozen_string_literal for some files under test directory (#26561).
git-svn-id: http://svn.redmine.org/redmine/trunk@17978 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/boards_controller_test.rb')
-rw-r--r--test/functional/boards_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/boards_controller_test.rb b/test/functional/boards_controller_test.rb
index 83bc0d181..e49065425 100644
--- a/test/functional/boards_controller_test.rb
+++ b/test/functional/boards_controller_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