From: Toshi MARUYAMA Date: Fri, 11 Feb 2011 15:44:52 +0000 (+0000) Subject: scm: git: fix typo of unit lib test. X-Git-Tag: 1.2.0~1008 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cee9df5b2f5ca621e6766fd8b0104045b9b4bd91;p=redmine.git 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 --- 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