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
This commit is contained in:
parent
64835367ab
commit
3110e97038
|
@ -1,7 +1,7 @@
|
||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
|
|
||||||
# This file includes UTF-8 "Felix Schäfer".
|
# 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__)
|
require File.expand_path('../../../../../../test_helper', __FILE__)
|
||||||
begin
|
begin
|
||||||
|
|
Loading…
Reference in New Issue