diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-05-08 12:25:27 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-05-08 12:25:27 +0000 |
commit | dc8b695f9e0558684307e49904f39c3db0168c5c (patch) | |
tree | 7bd6fda671851aa7b7c5818f7a9d45820fb538d1 /test/functional/repositories_mercurial_controller_test.rb | |
parent | 688c613054b3ee8b410bd3a2ecb31531450ccb6c (diff) | |
download | redmine-dc8b695f9e0558684307e49904f39c3db0168c5c.tar.gz redmine-dc8b695f9e0558684307e49904f39c3db0168c5c.zip |
do not use redundant .to_s in RepositoriesMercurialControllerTest
git-svn-id: http://svn.redmine.org/redmine/trunk@19763 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/repositories_mercurial_controller_test.rb')
-rw-r--r-- | test/functional/repositories_mercurial_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/repositories_mercurial_controller_test.rb b/test/functional/repositories_mercurial_controller_test.rb index b324c9c18..06ee41aad 100644 --- a/test/functional/repositories_mercurial_controller_test.rb +++ b/test/functional/repositories_mercurial_controller_test.rb @@ -45,7 +45,7 @@ class RepositoriesMercurialControllerTest < Redmine::RepositoryControllerTest if Encoding.default_external.to_s != 'UTF-8' puts "TODO: Mercurial functional test fails " + "when Encoding.default_external is not UTF-8. " + - "Current value is '#{Encoding.default_external.to_s}'" + "Current value is '#{Encoding.default_external}'" def test_fake; assert true end elsif File.directory?(REPOSITORY_PATH) |