From cee9df5b2f5ca621e6766fd8b0104045b9b4bd91 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Fri, 11 Feb 2011 15:44:52 +0000 Subject: [PATCH] scm: git: fix typo of unit lib test. This file includes UTF-8 "literal". We need to consider Ruby 1.9 compatibility. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4809 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/unit/lib/redmine/scm/adapters/git_adapter_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/lib/redmine/scm/adapters/git_adapter_test.rb b/test/unit/lib/redmine/scm/adapters/git_adapter_test.rb index 972363f28..049296d9c 100644 --- a/test/unit/lib/redmine/scm/adapters/git_adapter_test.rb +++ b/test/unit/lib/redmine/scm/adapters/git_adapter_test.rb @@ -1,7 +1,7 @@ # encoding: utf-8 # This file includes UTF-8 "Felix Schäfer". -# We need to consider Ruby 1.9 compatibity. +# We need to consider Ruby 1.9 compatibility. require File.expand_path('../../../../../../test_helper', __FILE__) begin -- 2.39.5