diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-02-11 15:44:52 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-02-11 15:44:52 +0000 |
commit | cee9df5b2f5ca621e6766fd8b0104045b9b4bd91 (patch) | |
tree | 6f0ce27e0718a2019536d63c427c71fa69a9eac2 | |
parent | a88077a0bd4ada4472056a2c37bc8bf98d75a8c2 (diff) | |
download | redmine-cee9df5b2f5ca621e6766fd8b0104045b9b4bd91.tar.gz redmine-cee9df5b2f5ca621e6766fd8b0104045b9b4bd91.zip |
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
-rw-r--r-- | test/unit/lib/redmine/scm/adapters/git_adapter_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |